diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-24 09:34:02 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-24 09:34:02 +0100 |
commit | 7ab44b57067d94602af54338049efa8c9571680a (patch) | |
tree | 0a3ef1d54954e97190389f8541391e37c77288ba /main/wine | |
parent | bd44a7b50d3339b090fa1d430913c6f11e46613b (diff) | |
download | aports-7ab44b57067d94602af54338049efa8c9571680a.tar.bz2 aports-7ab44b57067d94602af54338049efa8c9571680a.tar.xz |
main/wine: upgrade to 1.5.20
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 30c1ca31ab..67b4b42ceb 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wine -pkgver=1.5.19 +pkgver=1.5.20 _ver=${pkgver/_/-} pkgrel=0 pkgdesc="A compatibility layer for running Windows programs" @@ -49,4 +49,4 @@ package() { "$pkgdir"/usr/bin/wine } -md5sums="713ad4e383abf4288c48c3cf9743a503 wine-1.5.19.tar.bz2" +md5sums="ea1c3ec9935d1da1b0f50552d540c242 wine-1.5.20.tar.bz2" |