diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-01 13:57:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-01 13:57:12 +0000 |
commit | 2a8bf2e39401faf922c3589b64c1e5b13a66fc39 (patch) | |
tree | 74651077a738b22f67700ce9b7bc8a16659e5c3a /main/wine | |
parent | f965f2b7a629ee40146703dfee005c5b22d5abca (diff) | |
download | aports-2a8bf2e39401faf922c3589b64c1e5b13a66fc39.tar.bz2 aports-2a8bf2e39401faf922c3589b64c1e5b13a66fc39.tar.xz |
main/wine: upgrade to 1.3.33
Diffstat (limited to 'main/wine')
-rw-r--r-- | main/wine/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/wine/APKBUILD b/main/wine/APKBUILD index 4590bf0cdc..a2cf1ffd13 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wine -pkgver=1.3.32 +pkgver=1.3.33 pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" @@ -46,4 +46,4 @@ package() { "$pkgdir"/usr/bin/wine } -md5sums="2f8655434711b0ef11247f1bf7c28d13 wine-1.3.32.tar.bz2" +md5sums="24807ef7d9a5e8c2635541880672db7b wine-1.3.33.tar.bz2" |