summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4shadoww2019-11-13 23:48:34 +0200
committer4shadoww2019-11-13 23:48:34 +0200
commite2b2601eb36a6b27105b9380454e8ee98db2e454 (patch)
treef3baec1e4a2a5c186cd8311e49f60315466e3ada
parente93ebc01ce5cf559a1f9c61709a5997ecb7c25a3 (diff)
downloadaur-e2b2601eb36a6b27105b9380454e8ee98db2e454.tar.gz
version 7.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc9e302d261f..81d45f56ac16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = mingw-w64-crt-bin
pkgdesc = MinGW-w64 CRT for Windows (pre-compiled)
- pkgver = 6.0.0
+ pkgver = 7.0.0
pkgrel = 1
url = http://mingw-w64.sourceforge.net
arch = any
groups = mingw-w64-toolchain
groups = mingw-w64
license = custom
- provides = mingw-w64-crt=6.0.0
+ provides = mingw-w64-crt=7.0.0
conflicts = mingw-w64-crt
options = !strip
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-crt/mingw-w64-crt-6.0.0.tar.xz
- md5sums = afc77fe5299aae2f69158c69b43bfa89
+ source = https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-crt/mingw-w64-crt-7.0.0.tar.xz
+ md5sums = 6220f3cc5855eed21db2ecafcc1fed8a
pkgname = mingw-w64-crt-bin
diff --git a/PKGBUILD b/PKGBUILD
index da18749981b3..0ba96460db58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noa-Emil Nissinen <aur dot satella at spamgourmet dot org>
pkgname=mingw-w64-crt-bin
-pkgver=6.0.0
+pkgver=7.0.0
pkgrel=1
pkgdesc="MinGW-w64 CRT for Windows (pre-compiled)"
arch=('any')
@@ -12,7 +12,7 @@ provides=("mingw-w64-crt=${pkgver}")
conflicts=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
source=("https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-crt/mingw-w64-crt-$pkgver.tar.xz")
-md5sums=('afc77fe5299aae2f69158c69b43bfa89')
+md5sums=('6220f3cc5855eed21db2ecafcc1fed8a')
package() {
cd "mingw-w64-crt/"