mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
chore: update gosu 1.10 → 1.12
changelog: https://github.com/tianon/gosu/compare/1.10...1.12
This commit is contained in:
parent
aa41e3e8a2
commit
08c4f189cb
@ -13,7 +13,7 @@ if ! command -v gpg &> /dev/null; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
GOSU_VERSION=1.10
|
||||
GOSU_VERSION=1.12
|
||||
dpkgArch=$(if test $(uname -m) = "x86_64"; then echo amd64; else echo i386; fi)
|
||||
url="https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}"
|
||||
url_key="https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}.asc"
|
||||
|
Loading…
Reference in New Issue
Block a user