25262 Commits

Author SHA1 Message Date
Richard Kuhnt
f461944c99 b3sum: Update to version 1.1.0 2021-10-21 22:00:35 +00:00
Richard Kuhnt
8486fdb47c fossa: Update to version 2.17.3 2021-10-21 21:00:39 +00:00
Richard Kuhnt
973b96c608 trid: Update to version 2.24-21.10.21 2021-10-21 20:00:33 +00:00
Richard Kuhnt
9267962f9d waypoint: Update to version 0.6.1 2021-10-21 19:00:39 +00:00
Richard Kuhnt
c93a66d66c heroku-cli: Update to version 7.59.1 2021-10-21 19:00:39 +00:00
Richard Kuhnt
329898a4aa firebase: Update to version 9.21.0 2021-10-21 19:00:39 +00:00
Richard Kuhnt
6185b857fb edgedriver: Update to version 96.0.1053.0 2021-10-21 19:00:39 +00:00
NoDocCat
1bcea85cbc
android-clt: Fix command path error (#2029) 2021-10-22 00:14:01 +08:00
Pratik Chowdhury
466ea0949d
aws-ecs: Add version 1.21.0 (#1777)
* Add AWS ECS CLI 1.21.0

* Set Hash directly to its URL

* Remove hash url

* Set architecture to x64

* Use #/ instead of Rename-Item

Thanks @chawyeshu 
b3fbf6276e

* docs: update description based on @rashil2000's suggestions

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-10-21 21:43:53 +05:30
Richard Kuhnt
dff2eb7a87 aws-amplify: Update to version 6.3.1 2021-10-21 16:01:52 +00:00
Pratik Chowdhury
df25d68fd7
aws-amplify: Add version 4.41.2 (#1778)
* Add AWS Amplify CLI 4.41.2

* Set architecture to x64. Update description
2021-10-21 21:26:50 +05:30
Jakub Čábera
bdfc07f107 zoxide: Update to version 0.7.8 2021-10-21 08:51:15 -07:00
Jakub Čábera
90a58d434d yq: Update to version 4.13.5 2021-10-21 08:51:15 -07:00
Jakub Čábera
c33ec696f9 yara: Update to version 4.1.3-1755 2021-10-21 08:51:14 -07:00
Jakub Čábera
54a121a93f vim-nightly: Update to version 8.2.3547 2021-10-21 08:51:13 -07:00
Jakub Čábera
d5a8c88387 stoplight-prism: Update to version 4.4.3 2021-10-21 08:51:13 -07:00
Jakub Čábera
37d302b458 sentry-cli: Update to version 1.70.1 2021-10-21 08:51:12 -07:00
Jakub Čábera
13200231ab railway: Update to version 0.2.46 2021-10-21 08:51:10 -07:00
Jakub Čábera
96960ddf61 oh-my-posh3: Update to version 5.12.1 2021-10-21 08:51:09 -07:00
Jakub Čábera
3b44adee30 naiveproxy: Update to version 95.0.4638.54-1 2021-10-21 08:51:08 -07:00
Jakub Čábera
92538932cf mvndaemon: Update to version 0.7.0 2021-10-21 08:51:07 -07:00
Jakub Čábera
c0009f1e81 lean-cli: Update to version 0.28.0 2021-10-21 08:51:07 -07:00
Jakub Čábera
f65f153e91 govc: Update to version 0.27.1 2021-10-21 08:51:06 -07:00
Richard Kuhnt
53ef974089 rust: Update to version 1.56.0 2021-10-21 15:00:40 +00:00
Richard Kuhnt
3765bc1705 rust-msvc: Update to version 1.56.0 2021-10-21 15:00:40 +00:00
Aliaksandr Belik
add7b404cc
ddosify: Add version 0.4.1 (#2785)
* ddosify: Add version 0.4.1

* Update bucket/ddosify.json

Co-authored-by: Issac Lin <issaclin32@gmail.com>

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 22:07:54 +08:00
Pratik Chowdhury
d0e41f4d7f
fix: move loft to bucket from root directory (#2789) 2021-10-21 21:07:34 +08:00
helohe
229c438658
openssl-mingw@3.0.0_2: Fix extract_dir (#1873)
* Update openssl-mingw.json

fixed extract error

* update to version 3.0.0_2

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 21:00:55 +08:00
Richard Kuhnt
aa5b8bf512 ffmpeg-nightly: Update to version 104402 2021-10-21 13:00:38 +00:00
Richard Kuhnt
19db2d4f02 ffmpeg-nightly-shared: Update to version 104402 2021-10-21 13:00:38 +00:00
Marc Fargas
0bac41ed88
go-task: Add version 3.9.0 (#1985)
* Add go-task

Go task is a task runner (like Make or Ant) written in golang.

It's power comes from being fast and lightweight (one 2MB exe file) which even embeds a light shell runner.

Regarding [the criteria for inclussion in the main bucket](https://github.com/lukesampson/scoop/wiki/Criteria-for-including-apps-in-the-main-bucket):

- go-task has 3.2k stars in github,199 forks and 54 contributors. I do not know if that qualifies for "widely used".
- the manifest points to the latest version and includes autoupdate
- it is the full version (open source project)
- install is fairly standard (unzip)
- it is not a GUI tool

A side of those official criteria, I'd add that it is a quite active project. It is my tool of choice for replacing Makefiles on every platform (it's golang, runs everywhere).

If it would be better to submit to the extras bucket just let me know

marc

* Update go-task.json, also change hash method

* Update manifest for 3.7.0

* Update to go-task 3.8.0

Manifest updated to latest version.

* update to version 3.9.0

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 19:57:40 +08:00
Richard Kuhnt
33279a6fd8 azure-cli: Update to version 2.29.1 2021-10-21 10:00:45 +00:00
Denis Isidoro
62d3276200
navi: Add version 2.17.0 (#2100)
* Add navi

https://github.com/denisidoro/navi

* Fix typo

* Update bucket/navi.json

Co-authored-by: Andrei Tan <20182921+KnotUntied@users.noreply.github.com>

* Update to 2.17.0, Add fzf as depend

Co-authored-by: Andrei Tan <20182921+KnotUntied@users.noreply.github.com>
Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 17:52:25 +08:00
柱子
906d0fc486
k3sup: Add version 0.11.0 (#2766)
* k3sup: Add version 0.11.0

* fix hash autoupdate

* Update bucket/k3sup.json

Co-authored-by: Issac Lin <issaclin32@gmail.com>

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 17:33:19 +08:00
Xavier Fournet
05c649e111
vim: Fix 64-bit explorer integration (#1155)
* vim: Fix 64-bit explorer integration

* modify description

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 17:12:41 +08:00
Kris Wilk
1fd71ca402
fat32format: Add version a027932 (#2064)
* fat32format: Add version 1.07

* Simplify homepage URL

* Add checkver & autoupdate

* Use sources from 'https://github.com/0xbadfca11/fat32format' instead

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 17:12:22 +08:00
Richard Kuhnt
93e2ea28d1 loft: Update to version 1.15.0 2021-10-21 09:00:35 +00:00
Issac Lin
20aa6251a7
tor: Fix url (#2786)
* tor: Fix url, Change version pattern

* use redirected URL

* apply suggestion on description

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Update tor.json

* Update tor.json

* revert 'change version pattern'

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-10-21 16:31:26 +08:00
Garrett Edwards
17af7e1ed9
loft: Add version 1.15.0 (#2090)
* loft: Add manifest at version 1.10.1

* loft: add newline to end of file

* Update to version 1.15.0, Modify description

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 16:28:45 +08:00
Oleg Shparber
bf36c2a2a5
golangci-lint: Add version 1.41.1 (#2440)
* golangci-lint: Add version 1.41.1

Closes #2175.

* Add autoupdate checksum, modify description

Co-authored-by: Issac Lin <issaclin32@gmail.com>
2021-10-21 09:04:51 +01:00
Jayson Reis
1201786384
watchexec: Add suggest to install vcredist2005 (#2028) 2021-10-21 15:59:00 +08:00
Ben Soyka
a535de0e90
firebase: Add version 9.20.0 (#2764) 2021-10-21 15:27:26 +08:00
Issac Lin
7798980149
latex: Fix shortcuts (#2787)
* latex: Fix shortcuts

* remove whitespace
2021-10-21 14:51:28 +08:00
Issac Lin
37f5ff42a9
latex: Update to version 21.8, Fix shortcuts (#2784)
* latex@21.6: Fix shortcuts

* latex: Remove 32-bit executables
2021-10-21 13:24:28 +08:00
Richard Kuhnt
a524ae36ff edgedriver: Update to version 96.0.1052.0 2021-10-21 02:01:59 +00:00
Richard Kuhnt
c69d6d7af9 openssl-mingw: Update to version 3.0.0_2 2021-10-20 23:01:05 +00:00
Richard Kuhnt
a6a8512aef curl: Update to version 7.79.1_2 2021-10-20 23:01:05 +00:00
Richard Kuhnt
e954e54393 brotli: Update to version 1.0.9_2 2021-10-20 23:01:05 +00:00
Richard Kuhnt
f5098eacac pulumi: Update to version 3.16.0 2021-10-20 22:00:33 +00:00
Richard Kuhnt
cb36a0b762 edgedriver: Update to version 96.0.1050.0 2021-10-20 22:00:33 +00:00