diff options
-rw-r--r-- | main/wine_gecko/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wine_gecko/APKBUILD b/main/wine_gecko/APKBUILD index be9aa1ecf0..c3a1a8d4dd 100644 --- a/main/wine_gecko/APKBUILD +++ b/main/wine_gecko/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wine_gecko -pkgver=1.4 +pkgver=1.5 pkgrel=0 pkgdesc="Wine's built-in replacement for Microsoft's Internet Explorer" url="http://wiki.winehq.org/Gecko" @@ -28,4 +28,4 @@ package() { "$pkgdir"/usr/share/wine/gecko/ } -md5sums="700aaa08724be1992cffed7b87e79a44 wine_gecko-1.4-x86.msi" +md5sums="ffb862e3e5f66555e058b7a29a1c62ff wine_gecko-1.5-x86.msi" |