Skip to content

Commit

Permalink
Fix urls in index.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fcbond committed Nov 9, 2021
1 parent 4fc3cd5 commit 23d8eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ index() {
license = "$4"
[${1}.versions."$VER"]
url = "${BASEURL}/${1}.tar.xz"
url = "${BASEURL}/${1}-${VER}.tar.xz"
EOF
}
Expand Down

0 comments on commit 23d8eb6

Please sign in to comment.