Skip to content

Commit

Permalink
simplewall: Update to version 3.8.5, fix checkver & autoupdate, add a…
Browse files Browse the repository at this point in the history
…rm64 version
  • Loading branch information
aliesbelik committed Dec 1, 2024
1 parent 28eeef2 commit 4e82ebf
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions bucket/simplewall.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"version": "3.8.4",
"version": "3.8.5",
"description": "Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.",
"homepage": "https://www.henrypp.org/product/simplewall",
"license": "GPL-3.0-only",
"url": "https://github.com/henrypp/simplewall/releases/download/v.3.8.4/simplewall-3.8.4-bin.zip",
"hash": "0e3a120f0dabcad3bae502cef03264387479f511230d0f923819906d777a6529",
"url": "https://github.com/henrypp/simplewall/releases/download/v.3.8.5/simplewall-3.8.5-bin.7z",
"hash": "3215de1dd9e0bb2de5ba468fea4017ba4358f8e99e64be83cf1f105b57a873e6",
"architecture": {
"64bit": {
"extract_dir": "simplewall\\64"
},
"32bit": {
"extract_dir": "simplewall\\32"
},
"arm64": {
"extract_dir": "simplewall\\arm64"
}
},
"pre_install": [
Expand All @@ -30,11 +33,12 @@
"profile.xml"
],
"checkver": {
"github": "https://github.com/henrypp/simplewall",
"regex": "simplewall-([\\d.]+)-bin\\.zip"
"url": "https://api.github.com/repositories/66016134/releases/latest",
"jsonpath": "$..browser_download_url",
"regex": "simplewall-([\\d.]+)-bin\\.(7z|zip)"
},
"autoupdate": {
"url": "https://github.com/henrypp/simplewall/releases/download/v.$version/simplewall-$version-bin.zip",
"url": "https://github.com/henrypp/simplewall/releases/download/v.$version/simplewall-$version-bin.7z",
"hash": {
"url": "$baseurl/simplewall-$version.sha256"
}
Expand Down

0 comments on commit 4e82ebf

Please sign in to comment.