summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEldeberen2021-02-03 21:32:42 +0100
committerEldeberen2021-02-03 21:32:42 +0100
commitc95264d5c591342047f4569344afb796adde3afe (patch)
tree59ae5fb9cf8f4bcfd319f0536e2abd13f9d2016e
parentd7ac554a13e53283aee47173f2f3fa8bcd7793fc (diff)
downloadaur-c95264d5c591342047f4569344afb796adde3afe.tar.gz
Updated to 2.36
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03f96b614294..2fbf86b7036b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sh-elf-binutils-casio
pkgdesc = GNU binary utilities for the Casio calculators SuperH processors.
- pkgver = 2.34
+ pkgver = 2.36
pkgrel = 1
url = https://www.gnu.org/software/binutils/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = sh-elf-binutils-casio
depends = flex
options = !libtool
options = !buildflags
- source = https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.bz2
- sha256sums = 89f010078b6cf69c23c27897d686055ab89b198dddf819efb0a4f2c38a0b36e6
+ source = https://ftp.gnu.org/gnu/binutils/binutils-2.36.tar.bz2
+ sha256sums = 209ef690dc7ac28ca592daf7e87d6289222a61fb96104dd5d5e016133ed38e8d
pkgname = sh-elf-binutils-casio
diff --git a/PKGBUILD b/PKGBUILD
index b219c13cdbe4..a478a33fcc6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=sh-elf
pkgname=${_target}-binutils-casio
-pkgver=2.34
+pkgver=2.36
pkgrel=1
pkgdesc="GNU binary utilities for the Casio calculators SuperH processors."
arch=(i686 x86_64)
@@ -11,7 +11,7 @@ url='https://www.gnu.org/software/binutils/'
license=(GPL)
depends=('zlib' 'flex')
source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2)
-sha256sums=('89f010078b6cf69c23c27897d686055ab89b198dddf819efb0a4f2c38a0b36e6')
+sha256sums=('209ef690dc7ac28ca592daf7e87d6289222a61fb96104dd5d5e016133ed38e8d')
prepare() {
cd "${srcdir}/binutils-${pkgver}"