diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-09 07:00:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-09 07:00:05 +0000 |
commit | e0e75abaf82130d3636b66461c964ccf8b147e6f (patch) | |
tree | 6fb00e1919e6a2564f80aa7c1236092739325b77 /main/shotwell/APKBUILD | |
parent | 1a778e2cd25d89bd62d1891ccc858ee10f3225b2 (diff) | |
download | aports-e0e75abaf82130d3636b66461c964ccf8b147e6f.tar.bz2 aports-e0e75abaf82130d3636b66461c964ccf8b147e6f.tar.xz |
main/shotwell: upgrade to 0.11.1
Diffstat (limited to 'main/shotwell/APKBUILD')
-rw-r--r-- | main/shotwell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/shotwell/APKBUILD b/main/shotwell/APKBUILD index 9f751890c1..dd34f78f71 100644 --- a/main/shotwell/APKBUILD +++ b/main/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.11.0 +pkgver=0.11.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="f0e942b639d899a91c3cf343f6f553bb shotwell-0.11.0.tar.bz2" +md5sums="e2c388bfce992b5437281c4fc29357d9 shotwell-0.11.1.tar.bz2" |