diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-03 09:17:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-03 09:17:12 +0000 |
commit | 43a2de243f37484f446d70dcdceda182c6049be1 (patch) | |
tree | 8eaf3e878dd4f97bb195418031e46b1819ea9fec /main/wine_gecko/APKBUILD | |
parent | b0e452128cada4d250d16bfb2aea5c0cb150957e (diff) | |
download | aports-43a2de243f37484f446d70dcdceda182c6049be1.tar.bz2 aports-43a2de243f37484f446d70dcdceda182c6049be1.tar.xz |
main/wine_gecko: upgrade to 1.7
Diffstat (limited to 'main/wine_gecko/APKBUILD')
-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 ed97399424..6a6238698e 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.6 +pkgver=1.7 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="8542fe0e03af053534bca65a74f58f91 wine_gecko-1.6-x86.msi" +md5sums="2f69934abb13dcea0224baf4b4665700 wine_gecko-1.7-x86.msi" |