diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-28 13:32:20 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-28 13:35:37 +0000 |
commit | 2580ff4550cface8b8d4215e68cb9f853db87866 (patch) | |
tree | 66159f0cb0595f2d588bafb91884ba1243fa9fd8 /community/shotwell/APKBUILD | |
parent | 2d507637335ec7f7015b71b0c7305586aec7eb92 (diff) | |
download | aports-2580ff4550cface8b8d4215e68cb9f853db87866.tar.bz2 aports-2580ff4550cface8b8d4215e68cb9f853db87866.tar.xz |
community/shotwell: upgrade to 0.23.0
Diffstat (limited to 'community/shotwell/APKBUILD')
-rw-r--r-- | community/shotwell/APKBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 33a6cd7ba2..eef3803f41 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.22.1 +pkgver=0.23.0 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="http://yorba.org/shotwell/" @@ -15,7 +15,6 @@ makedepends="intltool vala libgee-dev libunique3-dev webkit2gtk-dev libexif-dev m4 gst-plugins-base1-dev bash gtk+3.0-dev rest-dev desktop-file-utils" install= source="https://download.gnome.org/sources/shotwell/${pkgver%.*}/shotwell-$pkgver.tar.xz - git.patch " _builddir="$srcdir"/$pkgname-$pkgver @@ -46,9 +45,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="5e7a2849f1ef600036e557848c42401f shotwell-0.22.1.tar.xz -b17d5b4d06ac043fa92891eda06b04fa git.patch" -sha256sums="73250c97f5886a0a064aa256695eedbef7711c4a9c76349053cf997b54ea34a9 shotwell-0.22.1.tar.xz -ca1f8d7d6fd5b9b9b837cd625346133d23cf0cdb46b4b2815d715f86695f5749 git.patch" -sha512sums="1e840e8211ba92bb0963a2832d377bbc7ff46991976da229c19e5ba4cfd9e7bd4d5c4496d8b87789daa9a0db0f1462558ce19f90be6d96b3d390330f3406b4b8 shotwell-0.22.1.tar.xz -6a88acd54b9106fb87de59ed0a3090c8b0cb22fec510dcc52485c141306deaef6899efc528851e994b9c7a020ddff3960300f7d8a74be7c43691e8725575af79 git.patch" +md5sums="6a50cecaf4f01422982e53e60651a9e5 shotwell-0.23.0.tar.xz" +sha256sums="1d64bf1456d4d955c8db69225a63e1f6b652ab91f3121a022486428799bbf1fd shotwell-0.23.0.tar.xz" +sha512sums="c158dc2a1728cc6cce7434dd32ef47f9314833dac0dcc30b0ee05a8a1fc5c69548a1959e85683e3562ffcfd1f4147caf6abd9249486014ada66f55b9ffb8454f shotwell-0.23.0.tar.xz" |