diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-01 16:54:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-01 16:54:07 +0000 |
commit | abfa1b1ee9a513b1e7b1318e7893a5b09980254b (patch) | |
tree | d062da0ef1f7d2c3428829c6ee81ee9de091eabc /main/wine | |
parent | 6e67ba356e6981328ef8e2ac40fa3f601ed52b13 (diff) | |
download | aports-abfa1b1ee9a513b1e7b1318e7893a5b09980254b.tar.bz2 aports-abfa1b1ee9a513b1e7b1318e7893a5b09980254b.tar.xz |
main/wine: upgrade to 1.5.10
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 d4a6279e80..0dbf40aa57 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wine -pkgver=1.5.9 +pkgver=1.5.10 _ver=${pkgver/_/-} pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" @@ -49,4 +49,4 @@ package() { "$pkgdir"/usr/bin/wine } -md5sums="65a98308d60f878462f4c404d2d013b2 wine-1.5.9.tar.bz2" +md5sums="7bf0345d31e23111ab6ae69e153bc961 wine-1.5.10.tar.bz2" |