summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author4shadoww2018-07-30 19:22:52 +0300
committer4shadoww2018-07-30 19:22:52 +0300
commit7c49d04226c26de44edd41e4d040b64d5136ed14 (patch)
treeedf682dc05da5ad568f69240d4371a26fec0232f /PKGBUILD
parent9d947c667773bc2b5cb997473bf34e54976ccb8d (diff)
downloadaur-7c49d04226c26de44edd41e4d040b64d5136ed14.tar.gz
version 8.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e05db68420a6..f65674b1be7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Noa-Emil Nissinen <aur dot satella at spamgourmet dot org>
pkgname=mingw-w64-gcc-bin
-pkgver=8.1.0
-pkgrel=2
+pkgver=8.2.0
+pkgrel=1
pkgdesc="Cross GCC for the MinGW-w64 cross-compiler (pre-compiled)"
arch=('x86_64')
url="https://gcc.gnu.org/"
@@ -12,8 +12,8 @@ depends=('zlib' 'libmpc' 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthr
provides=("mingw-w64-gcc=${pkgver}")
conflicts=('mingw-w64-gcc')
options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
-source=("https://github.com/4shadoww/mingw-w64-builds/releases/download/binary/mingw-w64-gcc-$pkgver.tar.xz")
-md5sums=('c00757961e4e151330f8b5afbf7716cc')
+source=("https://sourceforge.net/projects/mingw-w64-builds/files/mingw-w64-gcc/mingw-w64-gcc-$pkgver.tar.xz")
+md5sums=('8127885d9097b2dc9df9855d37890f55')
package() {
cd "mingw-w64-gcc/"