diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2017-12-19 11:06:50 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-20 06:31:28 +0700 |
commit | 97e5637421badafd7909a44a7595331165a30f3e (patch) | |
tree | cf5dc4270f2fe5d276e875434ac0e1fa033c45f7 /system/ostree | |
parent | 0b06af1cd96f06aaef16e5994cb093c7edd3c393 (diff) | |
download | slackbuilds-97e5637421badafd7909a44a7595331165a30f3e.tar.gz |
system/ostree: Updated for version 2017.14.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ostree')
-rw-r--r-- | system/ostree/ostree.SlackBuild | 8 | ||||
-rw-r--r-- | system/ostree/ostree.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/ostree/ostree.SlackBuild b/system/ostree/ostree.SlackBuild index 9e7ad51086..15b39f904e 100644 --- a/system/ostree/ostree.SlackBuild +++ b/system/ostree/ostree.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=ostree -VERSION=${VERSION:-2016.15} +VERSION=${VERSION:-2017.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz -cd $PRGNAM-$VERSION +rm -rf lib${PRGNAM}-$VERSION +tar xvf $CWD/lib${PRGNAM}-$VERSION.tar.xz +cd lib${PRGNAM}-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/system/ostree/ostree.info b/system/ostree/ostree.info index e8e4a3b47c..a564c4169d 100644 --- a/system/ostree/ostree.info +++ b/system/ostree/ostree.info @@ -1,8 +1,8 @@ PRGNAM="ostree" -VERSION="2016.15" +VERSION="2017.14" HOMEPAGE="https://github.com/ostreedev/ostree/" -DOWNLOAD="https://github.com/ostreedev/ostree/releases/download/v2016.15/ostree-2016.15.tar.xz" -MD5SUM="61d5234f1f8e41050d59649a7ac326a4" +DOWNLOAD="https://github.com/ostreedev/ostree/releases/download/v2017.14/libostree-2017.14.tar.xz" +MD5SUM="8d934776252135bbea56d4c8ad2cb7a0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |