diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-07-30 23:04:56 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-30 18:11:39 -0300 |
commit | abfa5d45326d838258259666deb59c348319fd16 (patch) | |
tree | 02441457e63ee4b0b9b8c2e8992589035aab24c4 /testing/epiphany | |
parent | 88a4971aea58cf67a0a839a82c9228af4ea527f4 (diff) | |
download | aports-abfa5d45326d838258259666deb59c348319fd16.tar.bz2 aports-abfa5d45326d838258259666deb59c348319fd16.tar.xz |
testing/epiphany: upgrade to 3.32.4
Diffstat (limited to 'testing/epiphany')
-rw-r--r-- | testing/epiphany/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/epiphany/APKBUILD b/testing/epiphany/APKBUILD index 97ef673b48..54b4471e2f 100644 --- a/testing/epiphany/APKBUILD +++ b/testing/epiphany/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=epiphany -pkgver=3.32.3 -pkgrel=1 +pkgver=3.32.4 +pkgrel=0 pkgdesc="A simple, clean, beautiful view of the web" options="!check" # Location entry test fails on builders url="https://wiki.gnome.org/Apps/Web" @@ -36,5 +36,5 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="1b5c6d101d86fae4d91f68560e0ab91b1ebdf3bfa93c82ca61392a62ff31e94aef821d65af92c2382c380c77f892eeb07bb125dce34c1aab67b96d24f6d44c8f epiphany-3.32.3.tar.xz +sha512sums="34f9f4267862b494cbeb225ce63cd7767851f1cca16b4c8e03057b074999954477f2ed891c60f20910abcc7a553371f8f03e59fc9da4cf459dd5cbfde8a6d67c epiphany-3.32.4.tar.xz ab8ceffd38a00217704bb9e0e0e514cb2aecc4ace2e8caf0f8cb8bf6468e347ed5cb4e87f0120a86e25f9a0b8fa58de499e9a2e1c2d8f5386c9189ba9752e211 disable-faulty-test.patch" |