diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 07:19:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-12 07:19:45 +0000 |
commit | c716cdebf31d92c8352b14bbfe2ae065dc8a38c4 (patch) | |
tree | 88b76d25a6baa7db9907ac48c068dbbb0de733e1 /testing/shotwell | |
parent | 6c13fb81ea8c65a311eccc3a7d70b20004d87028 (diff) | |
download | aports-c716cdebf31d92c8352b14bbfe2ae065dc8a38c4.tar.bz2 aports-c716cdebf31d92c8352b14bbfe2ae065dc8a38c4.tar.xz |
testing/shotwell: upgrade to 0.9.1
Diffstat (limited to 'testing/shotwell')
-rw-r--r-- | testing/shotwell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/shotwell/APKBUILD b/testing/shotwell/APKBUILD index 8ab9502a99..b076a1d19e 100644 --- a/testing/shotwell/APKBUILD +++ b/testing/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.9.0 +pkgver=0.9.1 pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="http://yorba.org/shotwell/" @@ -42,4 +42,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="6701d9a7c0a2f4f720fdeed1d6e54758 shotwell-0.9.0.tar.bz2" +md5sums="1a98d1da59424a67b310cc39e8ad3368 shotwell-0.9.1.tar.bz2" |