aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2020-05-11 10:38:43 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-12 08:54:36 +0000
commit2aed85e1bc8e1b87eee6f5d94e2f86a40f27620e (patch)
tree14f4ec57b1713d98b6cdc3ecc3e6b6c7ae2382d4 /community
parent331b78bd42af733b1cd54ce1509ad1ac637fde1d (diff)
downloadaports-2aed85e1bc8e1b87eee6f5d94e2f86a40f27620e.tar.bz2
aports-2aed85e1bc8e1b87eee6f5d94e2f86a40f27620e.tar.xz
community/wine_gecko: upgrade to 2.47.1
Diffstat (limited to 'community')
-rw-r--r--community/wine_gecko/APKBUILD18
1 files changed, 7 insertions, 11 deletions
diff --git a/community/wine_gecko/APKBUILD b/community/wine_gecko/APKBUILD
index 5b01501f65..9731f33a61 100644
--- a/community/wine_gecko/APKBUILD
+++ b/community/wine_gecko/APKBUILD
@@ -2,23 +2,19 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wine_gecko
-pkgver=2.47
-pkgrel=1
+pkgver=2.47.1
+pkgrel=0
pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer"
url="https://wiki.winehq.org/Gecko"
arch="x86 x86_64"
license="MPL"
options="!archcheck !check" # no tests provided
-depends=""
-makedepends=""
-install=""
-subpackages=""
-source="https://dl.winehq.org/wine/${pkgname/_/-}/$pkgver/$pkgname-$pkgver-x86.msi
- https://dl.winehq.org/wine/${pkgname/_/-}/$pkgver/$pkgname-$pkgver-x86_64.msi"
+source="https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86.msi
+ https://dl.winehq.org/wine/wine-gecko/$pkgver/wine-gecko-$pkgver-x86_64.msi"
package() {
- install -Dm644 "$srcdir"/$pkgname-$pkgver-$CARCH.msi \
+ install -Dm644 "$srcdir"/wine-gecko-$pkgver-$CARCH.msi \
"$pkgdir"/usr/share/wine/gecko/$pkgname-$pkgver-$CARCH.msi
}
-sha512sums="e0d06102dcb8ec2d24e8c8c3f5c2ee5cb47c18e203dfb43d85de008d682ff874fb664fef1df909a5a7857de39c7e8ce5175e734a11964ec4cd35f8fbacaea3a4 wine_gecko-2.47-x86.msi
-7c2496b15a06bc6906bc60afb3ac082e3f9931207fa624e60297020211d66aa9b420a61e95730a0dbdcefbe4b26c811d0c896ecd9c363b5107d08c3fa22fef41 wine_gecko-2.47-x86_64.msi"
+sha512sums="ef13838bf7d5bdd74d06bbbdccc6b18cc75b4d0c2b3db8c978b9500cdfeb058bf5532d89b77c164eab52c1f93ae2e2540b37f6694a3e560aace3ebc7da2c7596 wine-gecko-2.47.1-x86.msi
+f875d9a7c68a33abf6dd25d61ff6dd3e5ff246768880e3ee4984ab63b065a7b0ef55411b710e4cb9db48bd2114cbd3fbd97f24e819d7d71c2212dd612abaaf43 wine-gecko-2.47.1-x86_64.msi"