From 40f24f3b280580cf98af1a8ed18913fa08193f1f Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 11 Dec 2015 01:46:33 +0100 Subject: upgraded to acmetool 0.0.21 --- bootstrap.sh | 4 ++-- debian/changelog | 6 ++++++ debian/control | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 691af72..3732c33 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,9 +1,9 @@ #!/bin/sh -VERSION=0.0.20 +VERSION=0.0.21 echo -n "Fetching release tarballs ... " -for arch in amd64:amd64 386:i386 arm:armhf; do +for arch in amd64:amd64 386:i386 arm:armhf arm64:arm64; do goarch=${arch%:*} debarch=${arch#*:} wget -nc https://github.com/hlandau/acme/releases/download/v$VERSION/acmetool-v$VERSION-linux_$goarch.tar.gz 2> /dev/null diff --git a/debian/changelog b/debian/changelog index 77696d0..13f6fc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +acmetool (0.0.21-1) unstable; urgency=medium + + * enabled arm64 since upstream now ships binaries for this arch too + + -- Christian Pointner Fri, 11 Dec 2015 01:45:34 +0100 + acmetool (0.0.20-2) unstable; urgency=medium * added postrm script to clean up when purging package diff --git a/debian/control b/debian/control index 979874a..aac9f1e 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9) Package: acmetool -Architecture: amd64 i386 armhf +Architecture: amd64 i386 armhf arm64 Depends: ${misc:Depends} Description: command line tool for automatically acquiring certificates acmetool is an easy-to-use command line tool for automatically acquiring -- cgit v1.2.3