Skip to content

Commit

Permalink
Manifest updates, fixed URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Mar 29, 2024
1 parent 7f7da26 commit f2c5b09
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bucket/bat-to-exe-converter.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "f2ko's Bat to Exe Converter, does what it says on the tin",
"homepage": "https://www.f2ko.de/programme/bat-to-exe-converter",
"license": "Freeware",
"url": "https://revoltcars.tk/holes/Bat_To_Exe_Converter_Portable.7z",
"url": "https://revoltcars.xyz/holes/Bat_To_Exe_Converter_Portable.7z",
"hash": "db0afb64da868ec95e72b5f450467951524aba7d219764459e100fac9ed0a7f9",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\settings\")) { New-Item \"$dir\\settings\" | Out-Null }",
Expand Down
6 changes: 3 additions & 3 deletions bucket/jxl-winthumb.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.2.5",
"version": "0.2.6",
"description": "A JPEG XL (*.jxl) thumbnail handler for Windows File Explorer.",
"homepage": "https://github.com/saschanaz/jxl-winthumb",
"license": "ISC",
"architecture": {
"64bit": {
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.5/jxl_winthumb.dll",
"hash": "b507054b97fc8bc035520dd62a67ae9aaf8574b18a300b91bf08fea139009e9f"
"url": "https://github.com/saschanaz/jxl-winthumb/releases/download/v0.2.6/jxl_winthumb.dll",
"hash": "3d2342ed6d6be174f53e0687d0c167b4467a1bc55ea74b9ad25aa98755e76e9a"
}
},
"installer": {
Expand Down
6 changes: 3 additions & 3 deletions bucket/reshade-addons.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "6.0.1",
"version": "6.1.0",
"description": "A generic post-processing injector for games and video software with full add-on support",
"homepage": "https://reshade.me",
"license": "BSD-3-Clause",
"url": "https://reshade.me/downloads/ReShade_Setup_6.0.1_Addon.exe#/ReShade.exe",
"hash": "7850068460fa81c35ba0c3ff44d27cb09608a02cba76a396bbb128cf22fb8800",
"url": "https://reshade.me/downloads/ReShade_Setup_6.1.0_Addon.exe#/ReShade.exe",
"hash": "1c0f98e3b0bc0b79ebaa95fb266c7762f7aba6ca418d4515a5644a3c82210a47",
"bin": "ReShade.exe",
"shortcuts": [
[
Expand Down
4 changes: 2 additions & 2 deletions bucket/simple-sticky-notes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "6.3",
"version": "6.4",
"description": "A simple yet configurable alternative to Microsoft's \"Sticky Notes\"",
"homepage": "https://www.simplestickynotes.com/",
"license": "Freeware",
Expand All @@ -9,7 +9,7 @@
"It also stores add-on content at \"C:\\Users\\<username>\\AppData\\Roaming\\Simnet\\Simple Sticky Notes\"."
],
"url": "https://www.simplestickynotes.com/setup/Setup_SimpleStickyNotes.exe",
"hash": "39efca3c8147545efb0f48ea61405430c8caf172b3c22cb0c3c7ca311476aec8",
"hash": "8cfb30e1c38cb691bd83595a8f1fc6ad8462b634e995302331952b856463a7d3",
"innosetup": true,
"pre_install": [
"if(!(Test-Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\")) { New-Item -Path \"HKCU:\\SOFTWARE\\Simnet\\Simple Sticky Notes\" -Force | Out-Null }",
Expand Down
6 changes: 3 additions & 3 deletions bucket/swyh-rs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.10.0",
"version": "1.10.1",
"description": "Stream What You Hear, re-implemented in Rust",
"homepage": "https://github.com/dheijl/swyh-rs",
"license": "MIT",
Expand All @@ -9,8 +9,8 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/dheijl/swyh-rs/releases/download/1.10.0/swyh-rs-release.zip",
"hash": "6c4421121b4d011f28f96ba5c1c81b786c84815984189913bf74b836dd3e9040"
"url": "https://github.com/dheijl/swyh-rs/releases/download/1.10.1/swyh-rs-release.zip",
"hash": "f41a5d3e6d2048b479f2342a8ebe84e0eb487edf7e815127ea19564888e5dc9f"
}
},
"bin": "swyh-rs-cli.exe",
Expand Down
2 changes: 1 addition & 1 deletion bucket/xbox-soundtrack-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Old program for uploading music to an Xbox soundtracks database via FTP",
"homepage": "https://www.xbox-hq.com/html/article125.html",
"license": "Freeware",
"url": "https://revoltcars.tk/holes/8043-xboxst097.zip",
"url": "https://revoltcars.xyz/holes/8043-xboxst097.zip",
"hash": "68f34dc5c5cfde97417af43a1da76b57b00fc23fd828b48bbd26c8bffe737316",
"pre_install": "if (!(Test-Path \"$persist_dir\\XBOXST.cfg\")) { New-Item \"$dir\\XBOXST.cfg\" | Out-Null }",
"shortcuts": [
Expand Down

0 comments on commit f2c5b09

Please sign in to comment.