Luke Sampson
adf0e2cdaf
Adjust style, use $env:userprofile for consistency
2017-04-21 08:41:43 +10:00
Marty Gentillon
6396fef55e
Fixed bug where $home doesn't support .endswith
...
In Windows 10, at least after the Creators update, $h is of type
PathInfo, which does not support String operations. By toStringing it,
we turn it into a String and enable the expected String operations.
see https://github.com/lukesampson/scoop/issues/1440
2017-04-20 15:27:37 -07:00
Richard Kuhnt
1d7a997d65
Update exiftool to version 10.50
2017-04-20 15:01:24 +02:00
Richard Kuhnt
0625e9c78f
Update kubectl to version 1.6.2
2017-04-20 01:00:44 +02:00
Richard Kuhnt
5cb5d88ef1
Fix dnvm url
2017-04-19 20:17:29 +02:00
Richard Kuhnt
0421d66da3
Add autoupdate to nim
2017-04-19 19:30:52 +02:00
Richard Kuhnt
34bbcc422d
Update radare2 to version 1.4.0 (32bit not available)
2017-04-19 19:26:16 +02:00
Richard Kuhnt
31f3952cbb
Update bochs to version 2.6.9
2017-04-19 19:25:07 +02:00
Luke Sampson
5841a704b2
Don't make 7-zip an install dependency if it's already installed ( fixes #1438 )
2017-04-19 19:43:39 +10:00
Richard Kuhnt
38c972e900
Update curl to version 7.54.0
2017-04-19 10:01:33 +02:00
Richard Kuhnt
afd5745261
Update ffmpeg to version 20170418-6108805
2017-04-19 06:00:42 +02:00
Richard Kuhnt
41dd594cb4
Update vim to version 8.0.0567
2017-04-19 01:01:16 +02:00
Richard Kuhnt
85c1b3ac6f
Change shortcut error message
2017-04-18 21:50:17 +02:00
Richard Kuhnt
2ff4eaaafc
Add success message for created shortcuts
2017-04-18 21:45:06 +02:00
Richard Kuhnt
9b9a2e3289
Don't abort if shortcut can't be created
2017-04-18 21:42:19 +02:00
Richard Kuhnt
56f6c80417
Update maven to version 3.5.0 ( closes #1436 )
2017-04-18 21:12:16 +02:00
Richard Kuhnt
8171f0da0b
Update mercurial to version 4.1.3
2017-04-18 20:00:31 +02:00
Richard Kuhnt
237023b988
Update scala to version 2.12.2
2017-04-18 18:00:57 +02:00
Richard Kuhnt
00e49150bf
Update flow to version 0.44.1
2017-04-17 19:00:46 +02:00
Richard Kuhnt
1be08a999e
Update youtube-dl to version 2017.04.17
2017-04-16 20:00:52 +02:00
Richard Kuhnt
bf0951cc41
Merge pull request #1437 from boazj/master
...
Repaired the axel app manifest
2017-04-16 19:21:51 +02:00
Boaz Jan
67d69418da
Repaired the axel app manifest to use maintainer release instead of dropbox
2017-04-16 19:48:05 +03:00
Richard Kuhnt
e12b353139
Update hugo to version 0.20.2
2017-04-16 14:01:10 +02:00
Richard Kuhnt
fc2fc6009e
Update vim to version 8.0.0566
2017-04-16 01:01:18 +02:00
Luke Sampson
d514af22e2
Merge pull request #1435 from asmgf/patch-1
...
FTP SIZE request
2017-04-16 08:56:48 +10:00
Luke Sampson
9fa8029960
Update 'runat' hash.
2017-04-16 08:46:33 +10:00
Sergey
9af3e46847
FTP SIZE request
...
Came across this when tried to install zip.
ContentLength is -1 when downloading from their server.
2017-04-15 22:41:15 +03:00
Richard Kuhnt
480c4db441
Update youtube-dl to version 2017.04.16
2017-04-15 21:01:07 +02:00
Richard Kuhnt
bd309ce8b3
Upgrade openssl to sha512
2017-04-15 18:33:06 +02:00
Richard Kuhnt
bdfbbad513
Revert changes to json_path function for arrays
2017-04-15 18:32:45 +02:00
Richard Kuhnt
38deec90b9
Fix $basename replacement in json_path function
2017-04-15 14:06:01 +02:00
Richard Kuhnt
084f54ed47
Fix newline
2017-04-15 13:59:50 +02:00
Richard Kuhnt
3050a44244
Fix hash detection and improve json path for arrays
2017-04-15 13:58:55 +02:00
Richard Kuhnt
7fc0aa8d8c
Add hash extraction for each architecture to schema
2017-04-15 13:12:28 +02:00
Richard Kuhnt
b2b14a4975
Merge pull request #1432 from lukesampson/autoupdate-hashing
...
Improve default hash extraction for autoupdate
2017-04-15 13:09:03 +02:00
Richard Kuhnt
215d8edf90
Fix auto-pr.ps1 pull requests
2017-04-14 21:39:50 +02:00
Richard Kuhnt
274f4e0533
Fix auto-pr.ps1 pull requests
2017-04-14 21:22:54 +02:00
Richard Kuhnt
c69aca255a
Update youtube-dl to version 2017.04.15
2017-04-14 21:00:42 +02:00
Richard Kuhnt
95a600d953
Fix auto-pr.ps1 pull requests
2017-04-14 20:52:13 +02:00
Richard Kuhnt
3acfdee85b
Update youtube-dl to version 2017.04.14
2017-04-14 18:41:22 +02:00
Richard Kuhnt
5ab396cfed
Update hugo to version 0.20.1
2017-04-14 18:40:31 +02:00
Richard Kuhnt
83132e3f6b
Update flow to version 0.44.0
2017-04-14 18:40:29 +02:00
Richard Kuhnt
05a5e6e1b5
Remove hash type from manifest schema
2017-04-14 18:02:44 +02:00
Richard Kuhnt
d5cff6fbc4
Remove unnecessary type, mode and find definitions
2017-04-14 18:01:22 +02:00
Richard Kuhnt
ed857590f6
Improve default hash extraction for autoupdate
...
The hash type will be determined automatically
2017-04-14 17:59:29 +02:00
Richard Kuhnt
f10e3b58fa
Update lessmsi to version 1.6.1
2017-04-13 10:01:07 +02:00
Richard Kuhnt
39a81a739d
Update terraform to version 0.9.3
2017-04-12 23:00:45 +02:00
Richard Kuhnt
0b5302d2d7
Update ffmpeg to version 20170411-f1d80bc
2017-04-12 07:00:39 +02:00
Richard Kuhnt
d8a2fcc91f
Update php to version 7.1.4
2017-04-12 04:00:47 +02:00
Richard Kuhnt
eeac6daea7
Update vim to version 8.0.0563
2017-04-12 01:01:50 +02:00