summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2014-10-08 00:26:19 +0300
committerIvan Puntiy2014-10-08 00:26:19 +0300
commit5eb311ccd9ea8a18833d890183c44b53e559a7d0 (patch)
tree64e4e50cc5208d31587352bbc9fd7b3324a9417f
parente9d9dcc2c4b829476334dd9a3681ea7fe3cf59f1 (diff)
downloadaur-5eb311ccd9ea8a18833d890183c44b53e559a7d0.tar.gz
mingw-w64-wxmsw 3.0.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cdf60c7956d..e87e13b476d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-wxmsw
pkgdesc = Win32 implementation of wxWidgets API for GUI (mingw-w64)
- pkgver = 3.0.1
- pkgrel = 2
+ pkgver = 3.0.2
+ pkgrel = 1
epoch = 1
url = http://wxwidgets.org
arch = any
@@ -19,8 +19,8 @@ pkgbase = mingw-w64-wxmsw
options = staticlibs
options = !strip
options = !buildflags
- source = http://downloads.sourceforge.net/wxwindows/wxWidgets-3.0.1.tar.bz2
- sha1sums = 73e58521d6871c9f4d1e7974c6e3a81629fddcf8
+ source = http://downloads.sourceforge.net/wxwindows/wxWidgets-3.0.2.tar.bz2
+ sha1sums = 6461eab4428c0a8b9e41781b8787510484dea800
pkgname = mingw-w64-wxmsw
diff --git a/PKGBUILD b/PKGBUILD
index 158234d926c0..a64e467e9054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=mingw-w64-wxmsw
epoch=1
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
pkgdesc="Win32 implementation of wxWidgets API for GUI (mingw-w64)"
arch=(any)
url="http://wxwidgets.org"
@@ -16,7 +16,7 @@ conflicts=(mingw-w64-wxmsw2.9 mingw-w64-wxmsw-static)
provides=(mingw-w64-wxmsw2.9 mingw-w64-wxmsw-static)
replaces=(mingw-w64-wxmsw2.9)
source=("http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2")
-sha1sums=('73e58521d6871c9f4d1e7974c6e3a81629fddcf8')
+sha1sums=('6461eab4428c0a8b9e41781b8787510484dea800')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"