diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-25 12:59:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-25 12:59:31 +0000 |
commit | 6df6bc96e3468c439afb53c37fefe81f37de9948 (patch) | |
tree | 3c34b64d4fd08d94f5e670a3ad6776bf9aebb333 | |
parent | 0cf2c9ee93835e99751691ca0eb616653c60f7e1 (diff) | |
download | aports-6df6bc96e3468c439afb53c37fefe81f37de9948.tar.bz2 aports-6df6bc96e3468c439afb53c37fefe81f37de9948.tar.xz |
community/shotwell: upgrade to 0.27.2
-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 04b07f5094..8267441ca6 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.27.1 +pkgver=0.27.2 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="b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6 shotwell-0.27.1.tar.xz" +sha512sums="a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b shotwell-0.27.2.tar.xz" |