Skip to content

Commit

Permalink
wthrr: add 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 4, 2024
1 parent 249147a commit d5752b6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 5 deletions.
14 changes: 11 additions & 3 deletions bucket/innounp-unicode.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
"description": "Inno Setup Unpacker (Unicode)",
"homepage": "https://www.rathlev-home.de/tools/prog-e.html#unpack",
"license": "GPL-3.0-only",
"url": "https://www.rathlev-home.de/tools/download/innounp-1.zip",
"hash": "c2e7c7d56c157860d520844b9edbb715934f800bb0f51ceaeda09156b9851818",
"architecture": {
"64bit": {
"url": "https://www.rathlev-home.de/tools/download/innounp-1.zip",
"hash": "c2e7c7d56c157860d520844b9edbb715934f800bb0f51ceaeda09156b9851818"
}
},
"bin": "innounp.exe",
"checkver": "executable - version ([\\d.]+)",
"autoupdate": {
"url": "https://www.rathlev-home.de/tools/download/innounp-1.zip"
"architecture": {
"64bit": {
"url": "https://www.rathlev-home.de/tools/download/innounp-1.zip"
}
}
}
}
4 changes: 2 additions & 2 deletions bucket/jigdo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.8.1",
"description": "Jigsaw Download, or short jigdo, is a bandwidth-friendly way of distributing Debian CD/DVD images.",
"description": "A bandwidth-friendly way of distributing Debian CD/DVD images.",
"homepage": "https://www.einval.com/~steve/software/jigdo/",
"license": "Freeware",
"architecture": {
Expand All @@ -13,7 +13,7 @@
"pre_install": [
"if (!(Test-Path -Path \"$persist_dir\\jigdo-lite-settings.txt\")) { New-Item \"$dir\\jigdo-lite-settings.txt\" | Out-Null }"
],
"bin": [
"bin": [
"jigdo-lite",
"jigdo-file.exe",
"jigdo-mirror",
Expand Down
21 changes: 21 additions & 0 deletions bucket/wthrr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "1.2.1",
"description": "Weather companion for the terminal",
"homepage": "https://github.com/ttytm/wthrr-the-weathercrab",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/ttytm/wthrr-the-weathercrab/releases/download/v1.2.1/wthrr-windows-x86_64.exe",
"hash": "cea78a775982a4cae845e139afc6022797a6b3f1fc2d0aaf16d692192ddc8ef4"
}
},
"bin": "wthrr-windows-x86_64.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ttytm/wthrr-the-weathercrab/releases/download/v$version/wthrr-windows-x86_64.exe"
}
}
}
}

0 comments on commit d5752b6

Please sign in to comment.