diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-10 16:41:42 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 17:46:38 +0100 |
commit | f19c17de4c27504c242d7480759efc578c494b31 (patch) | |
tree | ca7b9b705967bebcefe4c48e966e67bb89454fb0 /community | |
parent | 2b1e14a77e6e8212888164a1177794b35fecc4bf (diff) | |
download | aports-f19c17de4c27504c242d7480759efc578c494b31.tar.bz2 aports-f19c17de4c27504c242d7480759efc578c494b31.tar.xz |
community/shotwell: upgrade to 0.30.8
Diffstat (limited to 'community')
-rw-r--r-- | community/shotwell/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/shotwell/APKBUILD b/community/shotwell/APKBUILD index ca6a0e4419..f3aad640d3 100644 --- a/community/shotwell/APKBUILD +++ b/community/shotwell/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=shotwell -pkgver=0.30.7 -pkgrel=1 +pkgver=0.30.8 +pkgrel=0 pkgdesc="A digital photo organizer designed for the GNOME desktop environment" url="https://wiki.gnome.org/Apps/Shotwell" arch="all !s390x" @@ -35,4 +35,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="960574212d622c29d7617b874466e639d5a292eefdd2cac00ebcbf96d7db06002b9423440ee47ed84da7064d3eb70ba388b573a94c9e44c07d3b8f87faf09c58 shotwell-0.30.7.tar.xz" +sha512sums="dccd496a083145283c79250329f88fdfe526a98ce84b6d1c52a9c48c9e52a4749bdf2449f3102474c994ef1e687e06767b9bcda03ea97d1168d3417743a6e866 shotwell-0.30.8.tar.xz" |