diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-19 14:37:47 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:51:15 +0700 |
commit | eccee0db09fe499c397933a2f2535d3d2f6c66ce (patch) | |
tree | 72925bdcb90c9fae782b3bb11ac5bbed5dbec2e8 /network/httpie | |
parent | 94c0f36fa0e795404b297360f31ab96cea0f6334 (diff) |
network/httpie: Updated for version 0.9.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'network/httpie')
-rw-r--r-- | network/httpie/httpie.SlackBuild | 13 | ||||
-rw-r--r-- | network/httpie/httpie.info | 6 |
2 files changed, 9 insertions, 10 deletions
diff --git a/network/httpie/httpie.SlackBuild b/network/httpie/httpie.SlackBuild index 014324960140..bf1753ae25e4 100644 --- a/network/httpie/httpie.SlackBuild +++ b/network/httpie/httpie.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for httpie -# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,15 +22,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - PRGNAM=httpie -VERSION=${VERSION:-0.9.2} +VERSION=${VERSION:-0.9.6} 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 +40,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" @@ -68,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG diff --git a/network/httpie/httpie.info b/network/httpie/httpie.info index 4ff52014b4b0..639eb0f86a19 100644 --- a/network/httpie/httpie.info +++ b/network/httpie/httpie.info @@ -1,8 +1,8 @@ PRGNAM="httpie" -VERSION="0.9.2" +VERSION="0.9.6" HOMEPAGE="http://httpie.org/" -DOWNLOAD="https://pypi.python.org/packages/source/h/httpie/httpie-0.9.2.tar.gz" -MD5SUM="8c5a7820c3f5221f30e9a70073efda3c" +DOWNLOAD="https://pypi.python.org/packages/be/52/d85e9d18138cb0bbb396d52d53219f294fcf065eb543a65a4b38a3a0e03c/httpie-0.9.6.tar.gz" +MD5SUM="f2aa1bcc7b6d899155ea0a9232214eeb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-requests Pygments" |