diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-20 10:54:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-20 10:54:39 +0000 |
commit | 1510285739d878b0228fd3c032654126199e992f (patch) | |
tree | 29df42665e16ecbbe754679b1fbcf8e252a35317 /community/shotwell/APKBUILD | |
parent | 486e61d009cfbf788126d8ff7ef06a4fceaa76b6 (diff) | |
download | aports-1510285739d878b0228fd3c032654126199e992f.tar.bz2 aports-1510285739d878b0228fd3c032654126199e992f.tar.xz |
community/shotwell: upgrade to 0.22.1 + latest git
Diffstat (limited to 'community/shotwell/APKBUILD')
-rw-r--r-- | community/shotwell/APKBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index 2e43777fad..33a6cd7ba2 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.22.0 -pkgrel=2 +pkgver=0.22.1 +pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="http://yorba.org/shotwell/" arch="x86 x86_64" @@ -46,9 +46,9 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="18421a67a1b859caf8542777a42b9ce3 shotwell-0.22.0.tar.xz -37219db8e9f5cdbe8313ded52531228f git.patch" -sha256sums="01b192c5c1c188ecd11bfdb6143d8f177f313c7eab7fe320bd20ac3ca352f831 shotwell-0.22.0.tar.xz -7356d294a4befa7e57a4fd5bc6e808343757499abcaf6e29e09b5b2376f027b6 git.patch" -sha512sums="486f27a1fa06512a925ecae60504f3cbc487d44834f635efd0897dd20cb304a731c08133ab4b04b32a754235fc8c63dc9b05787b1a0c72a98c89ca91c64f452c shotwell-0.22.0.tar.xz -06b323de90391457c46ac8eb27bc650a67127d27d7b4939a4a422527bb334400bf6b87edc0f713239891977d78cc2909175f6a3fbdf4c12f407c24b10a98ee23 git.patch" +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" |