From 08c4f189cb31108c55f8d2b1f8111f6f7d38c213 Mon Sep 17 00:00:00 2001 From: mayeut Date: Wed, 7 Apr 2021 20:44:13 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20update=20gosu=201.10=20=E2=86=92=201.1?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changelog: https://github.com/tianon/gosu/compare/1.10...1.12 --- imagefiles/install-gosu-binary.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagefiles/install-gosu-binary.sh b/imagefiles/install-gosu-binary.sh index 0889653..2668036 100755 --- a/imagefiles/install-gosu-binary.sh +++ b/imagefiles/install-gosu-binary.sh @@ -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"