Skip to content

Commit

Permalink
restfox: Add version 0.3.2 (#12066)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik authored Jan 17, 2024
1 parent 456260f commit f5b0cfb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bucket/restfox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "0.3.2",
"description": "An offline-first minimalistic HTTP client for API development and testing",
"homepage": "https://restfox.dev/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/flawiddsouza/Restfox/releases/download/v0.3.2/Restfox-0.3.2-full.nupkg",
"hash": "sha1:c0f11c20cfb3f1bc92fa55bd84014b611c77accd"
}
},
"extract_dir": "lib\\net45",
"shortcuts": [
[
"Restfox.exe",
"Restfox"
]
],
"checkver": {
"github": "https://github.com/flawiddsouza/Restfox"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/flawiddsouza/Restfox/releases/download/v$version/Restfox-$version-full.nupkg"
}
},
"hash": {
"url": "$baseurl/RELEASES"
}
}
}

0 comments on commit f5b0cfb

Please sign in to comment.