summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Campos Las Heras2018-06-27 10:07:57 -0300
committerRafael Campos Las Heras2018-06-27 10:07:57 -0300
commit00d77443073d6c07098dc0f2f829bbc7d6fe9291 (patch)
tree2cd5f60f798dbcbb391fb0993fe1cc630ea9136b
parent17a7fa4da85f2443351d365a68d230f80616c404 (diff)
downloadaur-00d77443073d6c07098dc0f2f829bbc7d6fe9291.tar.gz
Version bump to v1.35.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f3a988c36b1..f2afa2e192c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = microchip-mplabxc16-bin
pkgdesc = Microchip's MPLAB XC16 C compiler toolchain for their dsPIC and PIC24 microcontroller families
- pkgver = 1.34
+ pkgver = 1.35
pkgrel = 1
url = http://www.microchip.com/xc16
install = microchip-mplabxc16-bin.install
@@ -14,9 +14,9 @@ pkgbase = microchip-mplabxc16-bin
options = emptydirs
options = !zipman
options = staticlibs
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.34-full-install-linux-installer.run
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.35-full-install-linux-installer.run
source = bitrock-unpacker.tcl
- md5sums = c5d157c08a7cbc579bcb3132837f0c32
+ md5sums = ccef452b8d28071410ac4011bc3cb546
md5sums = 70dedba4c417f8c0bb07c32d19e9d197
makedepends_i686 = tclkit
depends_x86_64 = lib32-gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 01d8b52d8644..7b6d92d7a13b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_number_of_bits=16
pkgname=microchip-mplabxc${_number_of_bits}-bin
-pkgver=1.34
+pkgver=1.35
pkgrel=1
pkgdesc="Microchip's MPLAB XC${_number_of_bits} C compiler toolchain for their dsPIC and PIC24 microcontroller families"
arch=(i686 x86_64)
@@ -19,7 +19,7 @@ makedepends_i686=(tclkit)
options=(!strip docs libtool emptydirs !zipman staticlibs)
source=("http://ww1.microchip.com/downloads/en/DeviceDoc/xc${_number_of_bits}-v$pkgver-full-install-linux-installer.run" "bitrock-unpacker.tcl")
-md5sums=('c5d157c08a7cbc579bcb3132837f0c32'
+md5sums=('ccef452b8d28071410ac4011bc3cb546'
'70dedba4c417f8c0bb07c32d19e9d197')
install=$pkgname.install