diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-29 17:59:49 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-29 17:59:49 +0000 |
commit | c078cb6d1ad8ef4b807f22732a2987c9197a7dcb (patch) | |
tree | 4681395c14b678dbc4e15b5916da9a2ce67f555e /testing | |
parent | e0a01873e674bd2b71aed9dcd72bd0b3eb74cc77 (diff) | |
download | aports-c078cb6d1ad8ef4b807f22732a2987c9197a7dcb.tar.bz2 aports-c078cb6d1ad8ef4b807f22732a2987c9197a7dcb.tar.xz |
testing/ostree: upgrade to 2018.4
Diffstat (limited to 'testing')
-rw-r--r-- | testing/ostree/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ostree/APKBUILD b/testing/ostree/APKBUILD index 21b8b88402..ee9d908657 100644 --- a/testing/ostree/APKBUILD +++ b/testing/ostree/APKBUILD @@ -1,7 +1,7 @@ # Contributor: André Klitzing <aklitzing@gmail.com> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=ostree -pkgver=2018.1 +pkgver=2018.4 pkgrel=0 pkgdesc="Operating system and container binary deployment and upgrades" url="https://github.com/ostreedev/ostree" @@ -39,5 +39,5 @@ package() { install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="1d7b7edc81104fa383aad3cf3dc14d69c75106de955243317279aeaaab8d95884a626af89dfae65f883607d1fcfd1142a0ec8d11a45e2d71485b0cbbf397194f libostree-2018.1.tar.xz +sha512sums="a60613ac576fc86e448f4672017127fee83a36b2694a7888efb80b055291d17a613197525f4a3213febdc9527dfca2cd6d1337ac00a54afd2c41529a095987b4 libostree-2018.4.tar.xz 539f5020f3380e841372f80c60c71c803ccfeffb719f1b83361b75557022c61d9cd29d9cd36929426420644def9de91fd92f5dd6923352f2ae6e1dd4b676de8c musl-fixes.patch" |