Skip to content

Commit

Permalink
ci: 👷 update scoop
Browse files Browse the repository at this point in the history
  • Loading branch information
Equationzhao committed Jul 26, 2024
1 parent a059a1b commit 51ed4f9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scoop/g.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"bin": "bin/g.exe",
"architecture": {
"64bit": {
"url": "https://github.com/Equationzhao/g/releases/download/v0.28.2/g-windows-amd64.exe",
"hash": "f4dc2e8c6970dfd5ee16bd64ab3749708084952e09ff19cc3a5abeac8715116c",
"url": "https://github.com/Equationzhao/g/releases/download/v0.29.0/g-windows-amd64.exe",
"hash": "",
"bin": "g-windows-amd64.exe",
"post_install": [
"cd $scoopdir/shims",
Expand All @@ -14,8 +14,8 @@
"shortcuts": [["g-windows-amd64.exe", "g"]]
},
"32bit": {
"url": "https://github.com/Equationzhao/g/releases/download/v0.28.2/g-windows-386.exe",
"hash": "89653050458801f93848e0a188bc624e4abdcffa30a1693147bb2892650b12ee",
"url": "https://github.com/Equationzhao/g/releases/download/v0.29.0/g-windows-386.exe",
"hash": "",
"bin": "g-windows-386.exe",
"post_install": [
"cd $scoopdir/shims",
Expand All @@ -25,8 +25,8 @@
"shortcuts": [["g-windows-386.exe", "g"]]
},
"arm64": {
"url": "https://github.com/Equationzhao/g/releases/download/v0.28.2/g-windows-arm64.exe",
"hash": "ca5cb1fd74c5d256dae72c00d13b3fa4aa7dfacf08185b0a06569deea74fd6f9",
"url": "https://github.com/Equationzhao/g/releases/download/v0.29.0/g-windows-arm64.exe",
"hash": "",
"bin": "g-windows-arm64.exe",
"post_install": [
"cd $scoopdir/shims",
Expand All @@ -37,5 +37,5 @@
}
},
"license": "MIT",
"version": "v0.28.2"
"version": "v0.29.0"
}

0 comments on commit 51ed4f9

Please sign in to comment.