summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-24 12:45:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-24 15:06:39 +0700
commitadb386f1445702a0cdd78d37256593ffa955eacc (patch)
tree469cbe20b14a7b3c3ae0fd1fd59f8397f215789e /system
parent7fced194943534d04d0698ad0dc21cf11e37696e (diff)
downloadslackbuilds-adb386f1445702a0cdd78d37256593ffa955eacc.tar.gz
slackbuilds-adb386f1445702a0cdd78d37256593ffa955eacc.tar.xz
system/letsencrypt: Updated for version 0.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild8
-rw-r--r--system/letsencrypt/letsencrypt.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild
index a6e4e6f31f..839f209061 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -24,13 +24,13 @@
PRGNAM=letsencrypt
SRCNAM=certbot
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 74db412e48..38241c181a 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="0.8.0"
+VERSION="0.8.1"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v0.8.0/certbot-0.8.0.tar.gz"
-MD5SUM="770cc2bc3acc83e7c1fd3b016d8dd70d"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v0.8.1/certbot-0.8.1.tar.gz"
+MD5SUM="b7823e4c573b0e5884d5f034999511e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing"