diff options
-rw-r--r-- | community/epiphany/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/epiphany/APKBUILD b/community/epiphany/APKBUILD index 5990d36aee..f4051c08e8 100644 --- a/community/epiphany/APKBUILD +++ b/community/epiphany/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=epiphany -pkgver=3.34.0 +pkgver=3.34.1 pkgrel=0 pkgdesc="A simple, clean, beautiful view of the web" options="!check" # Location entry test fails on builders @@ -35,4 +35,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="a29cf1cc5fd7f2fdfd316c18b8c9e8801610bb2c221d814fcd4150c3ebde3e09a58d7ce51582db7ca48c13b4dbce89fa3ee2483bba7d0e1ff3f03b97e85b9aa4 epiphany-3.34.0.tar.xz" +sha512sums="59bd81efaa20a13c3c1734f30d79dfcffbff2d67b44c3e3e3d8f0c86d84f2f0edce1b454b1323b15adced1ec1faeb41917360c0661215336066eba67492fb2ca epiphany-3.34.1.tar.xz" |