summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2020-07-31 01:32:58 +0300
committerIvan Puntiy2020-07-31 01:32:58 +0300
commit4a072dd196ea6acfcd9d0f7f0d781b3565fb17af (patch)
tree1496a3bb94fd53fc25197a71e2fd08056f823def
parent8b8b66b29cd617af4bcddd7e6757bc104f86cdcd (diff)
downloadaur-4a072dd196ea6acfcd9d0f7f0d781b3565fb17af.tar.gz
Version bump: 3.1.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 758719bbd273..115b40254133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Nov 2 20:50:42 UTC 2019
pkgbase = mingw-w64-wxmsw3.1
pkgdesc = Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)
- pkgver = 3.1.3
+ pkgver = 3.1.4
pkgrel = 1
epoch = 1
url = http://wxwidgets.org
@@ -17,8 +15,8 @@ pkgbase = mingw-w64-wxmsw3.1
options = staticlibs
options = !strip
options = !buildflags
- source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.3/wxWidgets-3.1.3.tar.bz2
- sha1sums = 18be15d7a9e5b733e647677d3e9bc476df727f73
+ source = https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.tar.bz2
+ sha1sums = f8c77e6336b5f6414b07e27baa489fb8abc620c4
pkgname = mingw-w64-wxmsw3.1
diff --git a/PKGBUILD b/PKGBUILD
index 9f97e87efcaf..735450c7e0b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-wxmsw3.1
epoch=1
-pkgver=3.1.3
+pkgver=3.1.4
_shortver=3.1
pkgrel=1
pkgdesc="Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)"
@@ -14,7 +14,7 @@ makedepends=(mingw-w64-configure)
depends=(mingw-w64-crt mingw-w64-expat mingw-w64-libpng mingw-w64-libjpeg-turbo mingw-w64-libtiff)
options=(staticlibs !strip !buildflags)
source=("https://github.com/wxWidgets/wxWidgets/releases/download/v${pkgver}/wxWidgets-${pkgver}.tar.bz2")
-sha1sums=('18be15d7a9e5b733e647677d3e9bc476df727f73')
+sha1sums=('f8c77e6336b5f6414b07e27baa489fb8abc620c4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"