diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-16 11:41:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-16 12:16:06 +0000 |
commit | 79328ebb1d5f1544d1fc56aac9695ed3259cefbc (patch) | |
tree | 5409dfb20cefca9b7f3df7a30336a11374e09679 | |
parent | 0f152750944eaad4b1a224bbb2c2c56d616006d2 (diff) | |
download | aports-79328ebb1d5f1544d1fc56aac9695ed3259cefbc.tar.bz2 aports-79328ebb1d5f1544d1fc56aac9695ed3259cefbc.tar.xz |
community/shotwell: upgrade to 0.25.5
-rw-r--r-- | community/shotwell/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 93aa33f46a..c418583f88 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.25.4 +pkgver=0.25.5 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" @@ -36,6 +36,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="f92dd3d58bf909cdf537b47b35193f0a shotwell-0.25.4.tar.xz" -sha256sums="5e1de3806c6804ee57064556e6dc8074adbf6e0a93b324a2a8746a949b627dea shotwell-0.25.4.tar.xz" -sha512sums="0fae418f1b5d4e6b67e3eeb503b04fdad961ef1d9c26a428d6942b25aba9cfe8efca6b143fee7688821664581dad6e931a4ecf7f904f42ddabf202afe9a2177a shotwell-0.25.4.tar.xz" +sha512sums="0af72a36c9d2f1fb6f6a781e9e23ac3960130cafa2366fbac98f60cfadce5a95b33c0efcc6df30170de8f1491a19c7dca35f7594f43f9b9248db27eaf5e6670e shotwell-0.25.5.tar.xz" |