diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-12-06 01:58:06 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-12-06 05:09:47 +0000 |
commit | 431f569ffcb241fa44ae45f4e1ae930277283d0e (patch) | |
tree | f9cb2967c3b0338d53779055256c517a1f3d1d15 | |
parent | b518a0e6bafb3ccd5423fb0c4c3fde7e7ea3b497 (diff) | |
download | aports-431f569ffcb241fa44ae45f4e1ae930277283d0e.tar.gz aports-431f569ffcb241fa44ae45f4e1ae930277283d0e.tar.bz2 aports-431f569ffcb241fa44ae45f4e1ae930277283d0e.tar.xz |
community/epiphany: upgrade to 3.38.2
-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 9824c39d67..20d6c89f79 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.38.1 +pkgver=3.38.2 pkgrel=0 pkgdesc="A simple, clean, beautiful view of the web" url="https://wiki.gnome.org/Apps/Web" @@ -31,4 +31,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="951e10e9aa46406da967a3dcb2b95ecfd09f4a87c25db2866abc0fc16d2cbf7668f30106c9b0cde44d8ea4ecc346a38f519dfc31f03f2346296a772700519d5b epiphany-3.38.1.tar.xz" +sha512sums="42a268269bede5c8fe158990ef35f1688021cf3e685c405c5c71a66069259ac2469021959a603e17463f559283ec0299ed9c575e21c92bbf3b704c252d622fcd epiphany-3.38.2.tar.xz" |