summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15d187f4f496..3eff48e3bcd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = mingw-w64-crt-git
pkgdesc = MinGW-w64 CRT for Windows (git version)
- pkgver = 9.0.0.20210601
+ pkgver = 9.0.0.20211016
pkgrel = 1
- url = https://mingw-w64.org/doku.php
+ url = https://www.mingw-w64.org/
arch = any
groups = mingw-w64-toolchain
groups = mingw-w64
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-crt-git
makedepends = git
makedepends = mingw-w64-gcc-base
makedepends = mingw-w64-binutils
- makedepends = mingw-w64-headers-git>=9.0.0.20210601
- provides = mingw-w64-crt=9.0.0.20210601
+ makedepends = mingw-w64-headers-git>=9.0.0.20211016
+ provides = mingw-w64-crt=9.0.0.20211016
conflicts = mingw-w64-crt
options = !strip
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 3cb942e29ad0..47a268347935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ _pkgver=9.0.0
_targets="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-crt-git
-pkgver=9.0.0.20210601
+pkgver=9.0.0.20211016
pkgrel=1
pkgdesc="MinGW-w64 CRT for Windows (git version)"
arch=('any')
-url="https://mingw-w64.org/doku.php"
+url="https://www.mingw-w64.org/"
license=('custom')
groups=('mingw-w64-toolchain' 'mingw-w64')
makedepends=('git'