diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-04 14:14:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-07-04 14:14:55 +0000 |
commit | 408f3f4e7a0bc466c5089f0c360d7b43d4265ccc (patch) | |
tree | 113c624a4049d8830d759a4b89503bc3308a0157 /main/wine/APKBUILD | |
parent | e65e0bee07eeb29879cc9617ef115794a53d6212 (diff) | |
download | aports-408f3f4e7a0bc466c5089f0c360d7b43d4265ccc.tar.bz2 aports-408f3f4e7a0bc466c5089f0c360d7b43d4265ccc.tar.xz |
main/wine: upgrade to 1.5.8
Diffstat (limited to 'main/wine/APKBUILD')
-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 5d20906d1..a8879a00f 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wine -pkgver=1.5.7 +pkgver=1.5.8 _ver=${pkgver/_/-} pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" @@ -49,4 +49,4 @@ package() { "$pkgdir"/usr/bin/wine } -md5sums="fde93976e0178a00dce55d2f43022e5b wine-1.5.7.tar.bz2" +md5sums="68ec9abe25b84104228cb24e7ff98c41 wine-1.5.8.tar.bz2" |