diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-20 16:45:36 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-01-20 16:45:36 +0000 |
commit | 14351ecc2e8c23537602bca4d775f31dbe388260 (patch) | |
tree | 930cb682be58de97c27fc9bda3f8b9f094e9e27a /community/shotwell | |
parent | 414b01bace8efebfaf3c181d329a070ec089c704 (diff) | |
download | aports-14351ecc2e8c23537602bca4d775f31dbe388260.tar.bz2 aports-14351ecc2e8c23537602bca4d775f31dbe388260.tar.xz |
community/shotwell: upgrade to 0.27.3
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 dce3a65050..4242b4c887 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.27.2 +pkgver=0.27.3 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="a64fec52ff1ba3bca0e4b07be557ea3b838845998ae64ac7504cd9a8c976380cf0d7aae4aaccf931f1f40b5d247e081ec98472da8e8835363779dd39d9d2f69b shotwell-0.27.2.tar.xz" +sha512sums="204fd348493f25fd855955735f575da9b6de7209f27e677670b5c016cb668558a6909b71e0b1a50fcda47e29a8ac9edc40619dfff2117f637ffebfe022e12275 shotwell-0.27.3.tar.xz" |