diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-01 16:03:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-01 16:03:37 +0000 |
commit | f3c0c4a3664702638506f5356adc0e21ece95239 (patch) | |
tree | f207e2182780ffd95bd01125e576667aa2e9392e | |
parent | 04cb404fb5df05ca637fed8667bfe5485f785a2a (diff) | |
download | aports-f3c0c4a3664702638506f5356adc0e21ece95239.tar.bz2 aports-f3c0c4a3664702638506f5356adc0e21ece95239.tar.xz |
community/shotwell: upgrade to 0.25.4
-rw-r--r-- | community/shotwell/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 64812bfe39..93aa33f46a 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.25.0 +pkgver=0.25.4 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" @@ -36,6 +36,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="cfcaa858eb55856d0888d4a9b5a0131e shotwell-0.25.0.tar.xz" -sha256sums="f094ff8f99cd1e791ab0604c0a69750ba5cffac47a2b40f4e3780edfedf17438 shotwell-0.25.0.tar.xz" -sha512sums="4e04c2538cb82c47464b592990728fcf6a9d77b568ee7d1cd502ee2261d1f0b72f8828c35d3eb66149f226c4ce765156873fb6580f5c96c9a07e718064f8f239 shotwell-0.25.0.tar.xz" +md5sums="f92dd3d58bf909cdf537b47b35193f0a shotwell-0.25.4.tar.xz" +sha256sums="5e1de3806c6804ee57064556e6dc8074adbf6e0a93b324a2a8746a949b627dea shotwell-0.25.4.tar.xz" +sha512sums="0fae418f1b5d4e6b67e3eeb503b04fdad961ef1d9c26a428d6942b25aba9cfe8efca6b143fee7688821664581dad6e931a4ecf7f904f42ddabf202afe9a2177a shotwell-0.25.4.tar.xz" |