summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70c973f35586..f6aa3a2a0a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arm-frc-linux-gnueabi-gcc
pkgdesc = The GNU Compiler Collection (arm-frc-linux-gnueabi)
- pkgver = 4.9.3
- pkgrel = 3
+ pkgver = 4.9.4
+ pkgrel = 1
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = arm-frc-linux-gnueabi-gcc
options = docs
options = !strip
options = staticlibs
- source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.3/gcc-4.9.3.tar.bz2
+ source = ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.9.4/gcc-4.9.4.tar.bz2
source = minorSOname.patch
source = no-nested-deprecated-warnings.patch
- md5sums = 6f831b4d251872736e8e9cc09746f327
+ md5sums = 87c24a4090c1577ba817ec6882602491
md5sums = eac80070a6324fc67ed5b3ac85551789
md5sums = 507f0b6c95ad5ff8e436697ae093a10d
diff --git a/PKGBUILD b/PKGBUILD
index 73709cd54a8c..dccdf65bd08c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target="arm-frc-linux-gnueabi"
pkgname=${_target}-gcc
-pkgver=4.9.3
-pkgrel=3
+pkgver=4.9.4
+pkgrel=1
pkgdesc="The GNU Compiler Collection (${_target})"
arch=(i686 x86_64)
license=('GPL' 'LGPL')
@@ -15,7 +15,7 @@ options=('!buildflags' '!libtool' '!emptydirs' 'zipman' 'docs'
source=("ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-${pkgver}.tar.bz2"
"minorSOname.patch"
"no-nested-deprecated-warnings.patch")
-md5sums=('6f831b4d251872736e8e9cc09746f327'
+md5sums=('87c24a4090c1577ba817ec6882602491'
'eac80070a6324fc67ed5b3ac85551789'
'507f0b6c95ad5ff8e436697ae093a10d')