diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-25 18:18:15 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-12-25 18:18:15 +0000 |
commit | fcce60e4374a5d453ad0ad37770099ae0435ac32 (patch) | |
tree | 05f1c2408766a9284c407a1690ee9621baee5ee4 /testing/zimg/APKBUILD | |
parent | 24004268f7b5e2d135faf62e45d4e501581e6468 (diff) | |
download | aports-fcce60e4374a5d453ad0ad37770099ae0435ac32.tar.bz2 aports-fcce60e4374a5d453ad0ad37770099ae0435ac32.tar.xz |
testing/zimg: upgrade to 2.8
Diffstat (limited to 'testing/zimg/APKBUILD')
-rw-r--r-- | testing/zimg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/zimg/APKBUILD b/testing/zimg/APKBUILD index 466f81f462..8693c388fc 100644 --- a/testing/zimg/APKBUILD +++ b/testing/zimg/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alexander Edland <alpine@ocv.me> # Maintainer: Alexander Edland <alpine@ocv.me> pkgname=zimg -pkgver=2.7.5 +pkgver=2.8 pkgrel=0 pkgdesc="Scaling, colorspace conversion, and dithering library" url="https://github.com/sekrit-twc/zimg" @@ -53,5 +53,5 @@ package() { make -j1 DESTDIR="$pkgdir" install } -sha512sums="600139f86b074f2ed9614daa58d969465fa3d1578d8165bd2f841193f7b793c4b36389064dd4eee8e01e66a745d1c71c62e5bdb0b5283e54c435ed4a130a5b3b zimg-2.7.5.tar.gz +sha512sums="1e89087a756798a7ae3bfae3bc8244b29ae8ae7f04f53bdf6c4d4de3cb11412dc1eecd95a4a121bb9077437e633f8fbb665522ff8112ade806d9191ea4b5f7bf zimg-2.8.tar.gz 1dbece324473e53a83a60601b02c92c089f5d314761351974e097b2cf4d24af4296f9eb8653b6b03b1e363d9c5f793897acae1f0c7ac40149216035c4d395d9d zimg-gtest-1.8.0.tar.gz" |