mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
annie: Update to version 0.11.0
This commit is contained in:
parent
29c6a0ebd4
commit
db634ade41
@ -1,17 +1,17 @@
|
||||
{
|
||||
"version": "0.10.3",
|
||||
"version": "0.11.0",
|
||||
"description": "A fast, simple and clean video downloader built with Go.",
|
||||
"homepage": "https://github.com/iawia002/annie",
|
||||
"license": "MIT",
|
||||
"depends": "ffmpeg",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/iawia002/annie/releases/download/0.10.3/annie_0.10.3_Windows_64-bit.zip",
|
||||
"hash": "79a6ab2ce98175b295778e820cc462452c9f23a08f44cbba3d631018fe2f2f1e"
|
||||
"url": "https://github.com/iawia002/annie/releases/download/v0.11.0/annie_0.11.0_Windows_64-bit.zip",
|
||||
"hash": "46caaed6ce774a01b861c6b32fb6483b1f7ec802bc1c41854431327d9183ae52"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/iawia002/annie/releases/download/0.10.3/annie_0.10.3_Windows_32-bit.zip",
|
||||
"hash": "bc864400e601659424c69df99afa28a36e931b0b88282dcd268be30d7118fb55"
|
||||
"url": "https://github.com/iawia002/annie/releases/download/v0.11.0/annie_0.11.0_Windows_32-bit.zip",
|
||||
"hash": "25283efae11b9694260eceab308957ea4e8299a2b4f5be06be16336d4d562c92"
|
||||
}
|
||||
},
|
||||
"bin": "annie.exe",
|
||||
@ -19,10 +19,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/iawia002/annie/releases/download/$version/annie_$version_Windows_64-bit.zip"
|
||||
"url": "https://github.com/iawia002/annie/releases/download/v$version/annie_$version_Windows_64-bit.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/iawia002/annie/releases/download/$version/annie_$version_Windows_32-bit.zip"
|
||||
"url": "https://github.com/iawia002/annie/releases/download/v$version/annie_$version_Windows_32-bit.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
@ -12,12 +12,5 @@
|
||||
"bin": "dhall.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/dhall-lang/dhall-haskell"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/dhall-lang/dhall-haskell/releases/download/$version/dhall-$version-x86_64-windows.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user