Skip to content

Commit

Permalink
sfsu-beta: Add version 1.11.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jewlexx authored Apr 27, 2024
1 parent 7782c66 commit 79e17fd
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions bucket/sfsu-beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"version": "1.11.0-beta.3",
"description": "Stupid Fast Scoop Utilities. Incredibly fast replacements for commonly used Scoop commands, written in Rust.",
"homepage": "https://github.com/jewlexx/sfsu",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/jewlexx/sfsu/releases/download/v1.11.0-beta.3/sfsu-x86_64.exe#/sfsu.exe",
"hash": "a10fd0ce6c148dc13c5d10d1b7275ae0b2c5d13cd5c248fc3f7b9ae9c1e1c067"
},
"32bit": {
"url": "https://github.com/jewlexx/sfsu/releases/download/v1.11.0-beta.3/sfsu-i686.exe#/sfsu.exe",
"hash": "8a564ff190a90a24c5eea62928859f7c947112ec05ef5b6564ee1435972a405f"
},
"arm64": {
"url": "https://github.com/jewlexx/sfsu/releases/download/v1.11.0-beta.3/sfsu-aarch64.exe#/sfsu.exe",
"hash": "993b44e70b80573cec7c46f31b79783fdb07fa5eea1589d659342c321d146e12"
}
},
"notes": "In order to replace scoop commands use `Invoke-Expression (&sfsu hook)` in your Powershell profile.",
"bin": "sfsu.exe",
"checkver": {
"url": "https://api.github.com/repositories/558838965/releases",
"jsonpath": "$[?(@.prerelease == true)].tag_name",
"regex": "v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jewlexx/sfsu/releases/download/v$version/sfsu-x86_64.exe#/sfsu.exe"
},
"32bit": {
"url": "https://github.com/jewlexx/sfsu/releases/download/v$version/sfsu-i686.exe#/sfsu.exe"
},
"arm64": {
"url": "https://github.com/jewlexx/sfsu/releases/download/v$version/sfsu-aarch64.exe#/sfsu.exe"
}
},
"hash": {
"url": "$url.sha256"
}
}
}

0 comments on commit 79e17fd

Please sign in to comment.