diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-13 06:02:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-13 06:05:36 +0000 |
commit | ef7e63a5910f24ea690ade427d9c8199ed006c30 (patch) | |
tree | f47c398b439c0064e861c8355e1f4ec15dbf529e /main/shotwell/APKBUILD | |
parent | a51d506397c0f796e569c882ccf9b5713b7e5884 (diff) | |
download | aports-ef7e63a5910f24ea690ade427d9c8199ed006c30.tar.bz2 aports-ef7e63a5910f24ea690ade427d9c8199ed006c30.tar.xz |
main/shotwell: upgrade to 0.9.2
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 b076a1d19..863f725f8 100644 --- a/main/shotwell/APKBUILD +++ b/main/shotwell/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.9.1 +pkgver=0.9.2 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="1a98d1da59424a67b310cc39e8ad3368 shotwell-0.9.1.tar.bz2" +md5sums="070e5792b450a1ada130f31da4829ac7 shotwell-0.9.2.tar.bz2" |