diff options
-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 823900a9c..0f64c8c18 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wine -pkgver=1.3.34 +pkgver=1.3.35 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="ae7be1767e95e27360fc86f573649c19 wine-1.3.34.tar.bz2" +md5sums="5833787fcd7fee5a2299fade10a2760d wine-1.3.35.tar.bz2" |