7616 Commits

Author SHA1 Message Date
Hsiao-nan Cheung
239bcde43b gpg: Add au.hash (#3245) 2019-03-20 08:01:52 -07:00
Richard Kuhnt
6f0b842042 jx: Update to version 1.3.997 2019-03-20 15:00:26 +00:00
Richard Kuhnt
2f7fc78eae pshazz: Update to version 0.2019.03.20 2019-03-20 14:00:27 +00:00
Richard Kuhnt
d1f52538a9 gradle: Update to version 5.3 2019-03-20 14:00:27 +00:00
Richard Kuhnt
a5112c7d03 gradle-bin: Update to version 5.3 2019-03-20 14:00:27 +00:00
Richard Kuhnt
d194596153 jx: Update to version 1.3.995 2019-03-20 12:00:29 +00:00
Richard Kuhnt
7ce1f661c2 llvm: Update to version 8.0.0 2019-03-20 11:00:28 +00:00
Richard Kuhnt
177630faa9 jx: Update to version 1.3.994 2019-03-20 10:00:29 +00:00
Richard Kuhnt
dc98065cdc helmfile: Update to version 0.46.2 2019-03-20 10:00:28 +00:00
Richard Kuhnt
2285df4de3 ffmpeg-nightly: Update to version 20190320-0739d5c 2019-03-20 10:00:28 +00:00
Richard Kuhnt
aca1067915 jx: Update to version 1.3.993 2019-03-20 09:00:26 +00:00
Richard Kuhnt
8d3508d18b vim: Update to version 8.1.1023 2019-03-20 08:00:31 +00:00
Richard Kuhnt
d98b8b4e8c ag: Update to version 2.2.0-16-g55eaadd 2019-03-20 01:00:28 +00:00
Richard Kuhnt
2730f5cc7b ffsend: Update to version 0.2.38 2019-03-19 23:00:30 +00:00
Richard Kuhnt
15c8dfe1f2 minishift: Update to version 1.33.0 2019-03-19 21:00:26 +00:00
Richard Kuhnt
ca0fdd46cc aws: Update to version 1.16.127 2019-03-19 21:00:26 +00:00
Richard Kuhnt
5538d9e0c7 gpg: Update to version 2.2.14 2019-03-19 12:00:32 +00:00
Richard Kuhnt
d909aa9d2f gnupg: Update to version 2.2.14 2019-03-19 12:00:32 +00:00
Richard Kuhnt
df4c1490b6 ffmpeg-nightly: Update to version 20190319-f8075b2 2019-03-19 10:00:36 +00:00
Richard Kuhnt
77a8fd4e44 openssl-mingw: Update to version 1.1.1b_3 2019-03-19 08:00:20 +00:00
Richard Kuhnt
338e856988 ffsend: Update to version 0.2.37 2019-03-19 08:00:20 +00:00
Richard Kuhnt
08a01de722 curl: Update to version 7.64.0_3 2019-03-19 08:00:20 +00:00
Richard Kuhnt
a89c56d5db brotli: Update to version 1.0.7_3 2019-03-19 08:00:20 +00:00
Richard Kuhnt
670d38deae gomake: Update to version 2.3.1 2019-03-19 05:00:23 +00:00
Richard Kuhnt
3e136dcec8 ack: Update to version 2.28 2019-03-19 04:00:22 +00:00
Richard Kuhnt
7ebfdd003c jx: Update to version 1.3.992 2019-03-19 00:00:35 +00:00
Richard Kuhnt
3d5ae719b5 jx: Update to version 1.3.991 2019-03-18 23:00:26 +00:00
Richard Kuhnt
aafb75a33e jx: Update to version 1.3.989 2019-03-18 22:00:28 +00:00
Richard Kuhnt
aca5de54d9 jx: Update to version 1.3.988 2019-03-18 21:00:26 +00:00
Richard Kuhnt
638a569668 fnproject: Update to version 0.5.63 2019-03-18 21:00:25 +00:00
Richard Kuhnt
61a94fd4b5 vault: Update to version 1.1.0 2019-03-18 20:01:55 +00:00
Richard Kuhnt
4617188759 jx: Update to version 1.3.985 2019-03-18 20:01:55 +00:00
Richard Kuhnt
4bffebd95a hadolint: Update to version 1.16.2 2019-03-18 19:00:23 +00:00
Richard Kuhnt
60509c5fb0 aws: Update to version 1.16.126 2019-03-18 19:00:22 +00:00
Richard Kuhnt
dba31b5c64 trid: Update to version 2.24-19.03.18 2019-03-18 14:00:30 +00:00
Ross Smith II
84c1f182be Add $global to appdir calls (#3227) 2019-03-18 11:38:05 +01:00
Hsiao-nan Cheung
f4a53c6951 editorconfig: Fix checkver (#3231) 2019-03-18 11:37:41 +01:00
Hsiao-nan Cheung
9d677f5d8e yarn: Make global persist and fix global bin issue (#3206)
- Yarn's global folder can be set via `yarn config set global-folder` (https://github.com/yarnpkg/yarn/pull/7056) and thus can be persisted. 
- ~~Since yarn's global bin creating procedure is still problematic (https://github.com/yarnpkg/yarn/issues/6902, **fixed by https://github.com/yarnpkg/yarn/pull/6954**),~~ The `.bin` folder in `global\node_modules` is a better path to add to env, and this can avoid the annoying problem when you install scoop in some place except `C:` (that the shims in global bin have wrong relative path pointer).
- If you install yarn via `scoop install yarn`, the `Yarn` folder in `$env:LOCALAPPDATA` is useless, and when you uninstall `yarn`, the `.yarnrc` is unused, so the manifest add `uninstaller.script` to remove them when you uninstall.
- For reconfiguration, please use `scoop update yarn -f` instead of `scoop reset yarn`.

- Close #2969
2019-03-18 11:37:28 +01:00
Hsiao-nan Cheung
fd915a956c jom: Fix checkver and au.hash (#3237)
* jom: Fix checkver and au.hash

* change to https
2019-03-18 11:36:16 +01:00
Hsiao-nan Cheung
ad46914784 xidel: Fix checkver (#3235) 2019-03-18 11:34:43 +01:00
Hsiao-nan Cheung
0fae165487 dig: FIx checkver (#3234) 2019-03-18 11:28:34 +01:00
Hsiao-nan Cheung
099f850efe kotlin-native: Fix checkver (#3236) 2019-03-18 11:28:16 +01:00
Hsiao-nan Cheung
637098ab1a flow: Fix hash (#3239) 2019-03-18 11:25:15 +01:00
Richard Kuhnt
1813179fbf hadolint: Update to version 1.16.1 2019-03-18 10:00:28 +00:00
Richard Kuhnt
594bf2d2ba ffmpeg-nightly: Update to version 20190318-15d016b 2019-03-18 10:00:28 +00:00
Richard Kuhnt
1787de933c ack: Update to version 2.26 2019-03-18 04:00:22 +00:00
Richard Kuhnt
438770b42e ffsend: Update to version 0.2.36 2019-03-17 20:00:35 +00:00
Richard Kuhnt
97ec0df6ad youtube-dl: Update to version 2019.03.18 2019-03-17 19:00:25 +00:00
Richard Kuhnt
923193c3d7 ffsend: Update to version 0.2.35 2019-03-17 18:00:24 +00:00
Richard Kuhnt
d252b507e9 trid: Update to version 2.24-19.03.17 2019-03-17 14:00:24 +00:00