summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-12-18 08:17:56 +0100
committerMichel Zou2018-12-18 08:17:56 +0100
commit5f321644d66fc2aa1cdcfd1d31818b5df5d3c7fb (patch)
treea9f88d075f5d3aaf6c0089679e544e19323e49dd
parent2b804658296b126e1eac65b0973032ff3b4c40ae (diff)
downloadaur-5f321644d66fc2aa1cdcfd1d31818b5df5d3c7fb.tar.gz
7.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbbc5b01a40d..598bcce1e388 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-llvm
pkgdesc = Collection of modular and reusable compiler and toolchain technologies (mingw-w64)
- pkgver = 7.0.0
+ pkgver = 7.0.1
pkgrel = 1
url = http://llvm.org/
arch = any
@@ -12,8 +12,8 @@ pkgbase = mingw-w64-llvm
options = !strip
options = !buildflags
options = staticlibs
- source = https://releases.llvm.org/7.0.0/llvm-7.0.0.src.tar.xz
- sha256sums = 8bc1f844e6cbde1b652c19c1edebc1864456fd9c78b8c1bea038e51b363fe222
+ source = https://releases.llvm.org/7.0.1/llvm-7.0.1.src.tar.xz
+ sha256sums = a38dfc4db47102ec79dcc2aa61e93722c5f6f06f0a961073bd84b78fb949419b
pkgname = mingw-w64-llvm
diff --git a/PKGBUILD b/PKGBUILD
index b4b3b66f5860..64fc68484a64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('mingw-w64-llvm')
-pkgver=7.0.0
+pkgver=7.0.1
pkgrel=1
pkgdesc="Collection of modular and reusable compiler and toolchain technologies (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'llvm' 'python2')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz")
-sha256sums=('8bc1f844e6cbde1b652c19c1edebc1864456fd9c78b8c1bea038e51b363fe222')
+sha256sums=('a38dfc4db47102ec79dcc2aa61e93722c5f6f06f0a961073bd84b78fb949419b')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"