diff options
Diffstat (limited to 'community/shotwell/APKBUILD')
-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" |