Skip to content

Commit

Permalink
Nile added, manifests updated
Browse files Browse the repository at this point in the history
  • Loading branch information
instinctualjealousy committed Nov 15, 2024
1 parent d094f7b commit 6de1882
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions bucket/amazon-nile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"homepage": "https://github.com/imLinguin/nile",
"description": "Unofficial Amazon Games client",
"version": "1.1.2",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/imLinguin/nile/releases/download/v1.1.2/nile_windows_x86_64.exe",
"hash": "2d1aea4d6f1171963a9552b9ac2b13f6d25a0f0036729b4cf6ecc2e2ffcd9096",
"bin": "nile_windows_x86_64.exe"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/imLinguin/nile/releases/download/v$version/nile_windows_x86_64.exe"
}
}
}
}
6 changes: 3 additions & 3 deletions bucket/paint.net-plugin-contentaware.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"version": "1.5.1",
"version": "2.0",
"description": "A Resynthesizer-based content-aware fill effect plugin for paint.net",
"homepage": "https://github.com/0xC0000054/pdn-content-aware-fill",
"license": "GPL-2.0-only",
"depends": "extras/paint.net",
"url": "https://github.com/0xC0000054/pdn-content-aware-fill/releases/download/v1.5.1/ContentAwareFill.zip",
"hash": "7aa41584a5c8b09a80473ba1ab158a5b04e8060a5a4033cf903015a1ea0d9a76",
"url": "https://github.com/0xC0000054/pdn-content-aware-fill/releases/download/v2.0/ContentAwareFill.zip",
"hash": "06250d596aa0b8a7414b9a3d9f1ee5a8448e8f0697263c3ece89e9f377afbbaf",
"post_install": [
"$paintdotnet = \"$(appdir paint.net)\\current\\Effects\"",
"Move-Item -Path \"$dir\\ContentAwareFill.dll\" -Destination \"$paintdotnet\" -Force"
Expand Down
6 changes: 3 additions & 3 deletions bucket/usbtreeview.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"version": "4.4.2",
"version": "4.4.3",
"description": "USB Device Tree Viewer is a lightweight utility that provides detailed technical information regarding all the USB devices you connected",
"homepage": "https://www.uwe-sieber.de/usbtreeview_e.html",
"license": "Freeware",
"architecture": {
"64bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_x64.zip",
"hash": "092ea02051dce0274eebca943e630eef6e0b79c3c1087621580315da4227175c"
"hash": "96664ad2dba9cdcdc55fbf98e189505ac59e69a81294ae614bf1ccf59b058756"
},
"32bit": {
"url": "https://www.uwe-sieber.de/files/UsbTreeView_Win32.zip",
"hash": "9707f221f4732d2cf12da10a9bfefa3aeaa7d4f5615f4a7f9f7888b566d893db"
"hash": "912a7e01eb92b851cf7b52d37f2fe41abbf43c8e4a983ee1422f26713809db34"
}
},
"bin": "UsbTreeView.exe",
Expand Down

0 comments on commit 6de1882

Please sign in to comment.