diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 11:47:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-10-31 12:03:37 +0000 |
commit | 0186c4efbf7a48ba95ee4f61513285b76ea0c0a2 (patch) | |
tree | 55ffaa3df7e0fe72bd14bf79111f8f639ea482de /community/shotwell/APKBUILD | |
parent | 9f7a1eeccd8ed429b00e614a974c1e0b93daf1b3 (diff) | |
download | aports-0186c4efbf7a48ba95ee4f61513285b76ea0c0a2.tar.bz2 aports-0186c4efbf7a48ba95ee4f61513285b76ea0c0a2.tar.xz |
community/shotwell: upgrade to 0.27.1
Diffstat (limited to 'community/shotwell/APKBUILD')
-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 9e7cef23a0..04b07f5094 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.27.0 +pkgver=0.27.1 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="e7b5fe153fff96e04507588b4b8a1e71c121787cb6d28b7e14bb31824f1a09ca1948edc4bccfa069b2ffebe1ac753580257c1af4b7aec0ed49af74944ee91fbb shotwell-0.27.0.tar.xz" +sha512sums="b26c25b45af305903cf0698e65d5230820dda447b70175c92a66e25148e47d620847b3fa2b3bdb8d70656186d5b30d98edf3eee4138f07db9f8260e81a95a7d6 shotwell-0.27.1.tar.xz" |