summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Campos Las Heras2019-01-21 17:09:54 -0200
committerRafael Campos Las Heras2019-01-21 17:09:54 -0200
commit39c7b2eb122d2272d13be2689815db0c6820f1e1 (patch)
tree13380d5e75c0f46b546b8d0e5fcc5f7893a44948
parent00d77443073d6c07098dc0f2f829bbc7d6fe9291 (diff)
downloadaur-39c7b2eb122d2272d13be2689815db0c6820f1e1.tar.gz
Version bump to 1.36.
bump to v1.36.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2afa2e192c9..c6250fcfb739 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.35
+ pkgver = 1.36
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.35-full-install-linux-installer.run
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.36-full-install-linux-installer.run
source = bitrock-unpacker.tcl
- md5sums = ccef452b8d28071410ac4011bc3cb546
+ md5sums = 23630d3fb208270721cae229eef74b77
md5sums = 70dedba4c417f8c0bb07c32d19e9d197
makedepends_i686 = tclkit
depends_x86_64 = lib32-gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 7b6d92d7a13b..3ff5b5190741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_number_of_bits=16
pkgname=microchip-mplabxc${_number_of_bits}-bin
-pkgver=1.35
+pkgver=1.36
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=('ccef452b8d28071410ac4011bc3cb546'
+md5sums=('23630d3fb208270721cae229eef74b77'
'70dedba4c417f8c0bb07c32d19e9d197')
install=$pkgname.install