diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-04 15:25:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-04 15:25:52 +0000 |
commit | 8dc84ad8dfeab17759595c567ee3c371fb872566 (patch) | |
tree | 18b54c0526f721c09bc062487eb0734fd105d70c /main | |
parent | 31852af94a238b72ab5890abec82c824a1d9c69b (diff) | |
download | aports-8dc84ad8dfeab17759595c567ee3c371fb872566.tar.bz2 aports-8dc84ad8dfeab17759595c567ee3c371fb872566.tar.xz |
main/shotwell: upgrade to 0.10.1
Diffstat (limited to 'main')
-rw-r--r-- | main/shotwell/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/shotwell/APKBUILD b/main/shotwell/APKBUILD index 54bfa9d67c..c45d7aa73e 100644 --- a/main/shotwell/APKBUILD +++ b/main/shotwell/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=shotwell -pkgver=0.9.3 -pkgrel=1 +pkgver=0.10.1 +pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="http://yorba.org/shotwell/" arch="all" @@ -42,4 +42,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="b1a3281be7d4ff8eac98289bcd129387 shotwell-0.9.3.tar.bz2" +md5sums="ef75923257e8554d14a6545c83406700 shotwell-0.10.1.tar.bz2" |