Skip to content

Commit

Permalink
fix(babashka): releases now hosted under the organization babashka (#213
Browse files Browse the repository at this point in the history
)

* (babashka): releases now hosted under the organization babashka
* Update babashka.json

update homepage property

---------

Co-authored-by: Aleš Najmann <[email protected]>
  • Loading branch information
mraveloarinjaka and littleli authored Nov 21, 2024
1 parent 57e759d commit 3a88b83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bucket/babashka.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "1.12.195",
"description": "A Clojure babushka for the grey areas of Bash",
"homepage": "https://github.com/borkdude/babashka",
"homepage": "https://github.com/babashka/babashka",
"license": "EPL-1.0",
"depends": "extras/vcredist2022",
"suggest": {
"curl": "curl"
},
"architecture": {
"64bit": {
"url": "https://github.com/borkdude/babashka/releases/download/v1.12.195/babashka-1.12.195-windows-amd64.zip",
"url": "https://github.com/babashka/babashka/releases/download/v1.12.195/babashka-1.12.195-windows-amd64.zip",
"hash": "9ee9db1ab18214bcdb207f5e1ea0cdc32916f62b267b3bb417df2f54284b0f29"
}
},
Expand All @@ -18,7 +18,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/borkdude/babashka/releases/download/v$version/babashka-$version-windows-amd64.zip"
"url": "https://github.com/babashka/babashka/releases/download/v$version/babashka-$version-windows-amd64.zip"
}
}
}
Expand Down

0 comments on commit 3a88b83

Please sign in to comment.