diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-19 22:27:43 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-19 22:27:43 +0000 |
commit | 7fefc3e2cf3bc6908483c8d70314aedb705bdd7b (patch) | |
tree | f9b75316c1b28e5022a4eed1500b5496777ae8e2 /community/shotwell | |
parent | 81059cff012040daba88ae766539280b40abb81d (diff) | |
download | aports-7fefc3e2cf3bc6908483c8d70314aedb705bdd7b.tar.bz2 aports-7fefc3e2cf3bc6908483c8d70314aedb705bdd7b.tar.xz |
community/shotwell: upgrade to 0.27.4
Diffstat (limited to 'community/shotwell')
-rw-r--r-- | community/shotwell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 918f32bb1d..697997eb72 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.27.3 +pkgver=0.27.4 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" @@ -37,4 +37,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275 shotwell-0.27.3.tar.xz" +sha512sums="9f67893018a750199b51ac42e357c850195a356db8fdb5b1f8836375e01291d716f82257b2b030aa41e9ead59227b442fd38239fad5b5f46bf2701ec968e383f shotwell-0.27.4.tar.xz" |