diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:28:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 15:59:46 +0000 |
commit | 18ef9cb6d2bb1018c2f1bcae94dc2744fecd2762 (patch) | |
tree | 78e34c862c6b5a6770a9cdb0fb5d1b476f32caae | |
parent | d415663a9b033143b6bc3536bac0e31bed632bfb (diff) | |
download | aports-18ef9cb6d2bb1018c2f1bcae94dc2744fecd2762.tar.bz2 aports-18ef9cb6d2bb1018c2f1bcae94dc2744fecd2762.tar.xz |
community/shotwell: upgrade to 0.26.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 0bde161483..ee2b797530 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.26.1 +pkgver=0.26.2 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" @@ -36,4 +36,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -sha512sums="82cc95b3b173fbcd3cbb4f5d42f24fcb951b34039af1fdbd062d3f334aa2c305640833a7279cb79e02f0334da8b3a85cd8aadff45a80161ab0d2fbcd14278cd1 shotwell-0.26.1.tar.xz" +sha512sums="a38681cb1b192372381d67abdc6c088c80fcc1db0d8d328330ee8f1ab78608c742de5e33030ccb1b941f1583a2b7028caadf61ce10ba7f2a93863bd2c3019813 shotwell-0.26.2.tar.xz" |