mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
say: Update to version 0.2020.02.27, Add autoupdate
This commit is contained in:
parent
675fd46c4f
commit
a372a8daa7
@ -1,11 +1,11 @@
|
||||
{
|
||||
"version": "0.2020.01.26",
|
||||
"version": "0.2020.02.27",
|
||||
"description": "An approximation of say from macOS.",
|
||||
"homepage": "https://github.com/lukesampson/psutils",
|
||||
"license": "MIT",
|
||||
"url": [
|
||||
"https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/say.ps1",
|
||||
"https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/getopt.ps1"
|
||||
"https://raw.githubusercontent.com/lukesampson/psutils/8af01127a949c64ea50b657989a4cd7744d4fffd/say.ps1",
|
||||
"https://raw.githubusercontent.com/lukesampson/psutils/8af01127a949c64ea50b657989a4cd7744d4fffd/getopt.ps1"
|
||||
],
|
||||
"hash": [
|
||||
"b8951f0c7f54701c8775fedfb0e33a97a2fa45931d7c6571c739b82627bad73d",
|
||||
@ -16,5 +16,11 @@
|
||||
"url": "https://github.com/lukesampson/psutils/commits/master.atom",
|
||||
"regex": "(?s)>(\\d+)-(\\d+)-(\\d+)T.*?/(?<sha>[0-9a-f]{40})",
|
||||
"replace": "0.${1}.${2}.${3}"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": [
|
||||
"https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/say.ps1",
|
||||
"https://raw.githubusercontent.com/lukesampson/psutils/$matchSha/getopt.ps1"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user