Skip to content

Commit

Permalink
bucket: add autoupdate to manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Jan 28, 2024
1 parent 42ad37b commit 557360b
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 29 deletions.
14 changes: 9 additions & 5 deletions bucket/MediaDownloader.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "3.8.4.0",
"url": "https://github.com/o7q/MediaDownloader/releases/download/v3.8.4.0/MediaDownloader_STANDALONE.exe",
"hash": "0E8B6441A4777CFEA7F9D40D0589F394F315CAF8A7A46D3759BF6E07BA78F6B2",
"version": "v4.3.0.0",
"url": "https://github.com/o7q/MediaDownloader/releases/download/v4.3.0.0/MediaDownloader.exe",
"hash": "BA6F4DB3C1A923ADD2B1BF5A5C8DA9559DDECB372CB4FE087E08036F8BF649EC",
"description": "A GUI-based tool that uses yt-dlp and ffmpeg to quickly download video and audio from virtually any website.",
"homepage": "https://github.com/o7q/MediaDownloader",
"depends": [
Expand All @@ -10,9 +10,13 @@
],
"shortcuts": [
[
"MediaDownloader_STANDALONE.exe",
"MediaDownloader.exe",
"MediaDownloader"

]
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/o7q/MediaDownloader/releases/download/$version/MediaDownloader.exe"
}
}
11 changes: 2 additions & 9 deletions bucket/discordcompressor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"homepage": "https://github.com/vladaad/discordcompressor",
"description": "A small program in Go that efficiently compresses videos using ffmpeg.",
"pre_install": "if (-Not(Get-Command ffmpeg -ErrorAction Ignore)){scoop.cmd install main/ffmpeg}",
"depends": "ffmpeg",
"architecture": {
"64bit": {
"url": "https://github.com/atzuur/discordcompressor/releases/download/0.6.3/discordcompressor-windows-portable.zip",
Expand All @@ -28,25 +29,17 @@
"}",
"$SendTo = [System.Environment]::GetFolderPath('SendTo')",
"if (-Not(Test-Path \"$SendTo\\DiscordCompressor.lnk\")){",
"if (Get-Command wt.exe -Ea Ignore){",
"$WshShell = New-Object -comObject WScript.Shell",
"$Shortcut = $WshShell.CreateShortcut(\"$SendTo\\DiscordCompressor.lnk\")",
"$Shortcut.TargetPath = \"wt.exe\"",
"$Shortcut.Arguments = \"-w 0 nt discordcompressor-portable.exe\"",
"$Shortcut.Save()",
" }else{",
"$WshShell = New-Object -comObject WScript.Shell",
"$Shortcut = $WshShell.CreateShortcut(\"$SendTo\\DiscordCompressor.lnk\")",
"$Shortcut.TargetPath = \"discordcompressor-portable.exe\"",
"$Shortcut.Save()",
" }",
"}"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vladaad/discordcompressor/releases/download/$ver/discordcompressor-windows-portable.zip"
"url": "https://github.com/vladaad/discordcompressor/releases/download/$version/discordcompressor-windows.zip"
}
}
}
Expand Down
7 changes: 6 additions & 1 deletion bucket/ezshare.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name":"ezshare",
"homepage": "https://github.com/mifi/ezshare/",
"version": "1.9.0",
"url": "https://github.com/mifi/ezshare/releases/download/v1.9.0/ezshare-win.zip",
"hash": "EA4250AEA05DB96E0A50DCFC4B871E91A1BD7D79327A2C3EB43CFC07AE0DAD8F",
Expand All @@ -17,6 +18,10 @@
"ezshare.exe",
"ezshare"
]
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/mifi/ezshare/releases/download/v$version/ezshare-win.zip"
}

}
8 changes: 7 additions & 1 deletion bucket/freezetostock.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@
"FTS.exe",
"FTS"
]
]
],
"bin": "FTS.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/rcmaehl/FreezeToStock/releases/download/$version/FTS.exe"
}

}
8 changes: 4 additions & 4 deletions bucket/icat.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.2.11",
"version": "0.6.1",
"description": "Image Comparison & Analysis Tool",
"homepage": "https://www.nvidia.com/en-en/geforce/technologies/icat/",
"homepage": "https://www.nvidia.com/en-us/geforce/technologies/icat/",
"license": "Unknown",
"extract_dir": "$PLUGINSDIR",
"pre_install": "Get-ChildItem \"$dir\" -Exclude 'app-64.7z' | Remove-Item -Force -Recurse",
Expand All @@ -15,8 +15,8 @@
],
"architecture": {
"64bit": {
"url": "https://images.nvidia.com/aem-dam/Solutions/geforce/technologies/icat/ICAT-0.2.11.exe#/dl.7z",
"hash": "45F8820356E238A7C833F1FEAA02B6CA7702B00394668DA262CFE437E181D937",
"url": "https://icat-public-releases.s3.amazonaws.com/ICAT-0.6.1.exe#/dl.7z",
"hash": "8231359639343FCFCF2F573BA54FEDB8B2D08FA20179F1D98A405B754C6CB8DD",
"installer": {
"script": "Expand-7zipArchive \"$dir\\$PLUGINSDIR\\app-64.7z\" \"$dir\""
}
Expand Down
1 change: 1 addition & 0 deletions bucket/nmkoder.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "1.10.0",
"homepage": "https://github.com/n00mkrad/nmkoder/",
"description": "Media encoding, muxing, analysis toolkit for Windows ",
"url": "https://github.com/n00mkrad/nmkoder/releases/download/v1.10.0/Nmkoder1.10.7z",
"hash": "8A699E4114555BE9ED71A39E285F4EF86C74FED72987A3B267A9BD409BB55579",
Expand Down
6 changes: 2 additions & 4 deletions bucket/privacysexy.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
"privacy.sexy"
]
],
"checkver": {
"github": "https://github.com/undergroundwires/privacy.sexy"
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/undergroundwires/privacy.sexy/releases/download/$version/privacy.sexy-Setup-$version.exe#/dl.7z"
"url": "https://github.com/undergroundwires/privacy.sexy/releases/download/$version/privacy.sexy-Setup-$version.exe"
}
}
6 changes: 5 additions & 1 deletion bucket/qualitymuncher.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@
"$Shortcut.Save()",
" }",
"}"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/qm-org/qualitymuncher/releases/download/$version/Quality.Muncher.$version.zip"
}
}
12 changes: 8 additions & 4 deletions bucket/utvideo.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"version": "23.0.1",
"version": "23.1.0",
"description": "Ut Video Codec Suite - fast lossless video codec",
"homepage": "https://github.com/umezawatakeshi/utvideo",
"license": "GPL-3.0",
"url": "https://github.com/umezawatakeshi/utvideo/releases/download/utvideo-23.0.1/utvideo-23.0.1-win.exe",
"hash": "50D4EDEFBC7D8A3C577BE7FE5789E9AEB122D59EADA1A6164487B31ECB109313",
"url": "https://github.com/umezawatakeshi/utvideo/releases/download/utvideo-23.1.0/utvideo-23.1.0-win.exe",
"hash": "CC6148208AFD7E365B32E1CA80B6526C3DD9258387382D4B09066A43E730679D",
"innosetup": true,
"bin": [
[
"rundll32.exe",
"utconfig",
"utv_core.dll,GlobalConfigDialog"
]
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/umezawatakeshi/utvideo/releases/download/utvideo-$version/utvideo-$version-win.exe"
}
}

0 comments on commit 557360b

Please sign in to comment.