summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Campos Las Heras2021-05-01 10:39:10 -0300
committerRafael Campos Las Heras2021-05-01 10:39:10 -0300
commita2d5b419a21a80137ef6bc59fe5bb8076710d8ae (patch)
tree3edfb1ede3f12e4e04cdd858ea23671aaf788047
parent5f79e19ea84319efe500a20ad8b04254d7dd6226 (diff)
downloadaur-a2d5b419a21a80137ef6bc59fe5bb8076710d8ae.tar.gz
Version bump to 1.70
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c19e2eeff7..7c54583a4ad2 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.61
+ pkgver = 1.70
pkgrel = 1
url = http://www.microchip.com/xc16
install = microchip-mplabxc16-bin.install
@@ -14,8 +14,8 @@ pkgbase = microchip-mplabxc16-bin
options = emptydirs
options = !zipman
options = staticlibs
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.61-full-install-linux64-installer.run
- sha256sums = 5a2d2f8495adf9688dab8d5d69fedeeed25e266b77fccdedd9325b9094133448
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.70-full-install-linux64-installer.run
+ sha256sums = 2bf490b7b1f372578b60defe5ed5ad8023b7a04b846480f57f9d99be62b18a1d
depends_x86_64 = lib32-gcc-libs
pkgname = microchip-mplabxc16-bin
diff --git a/PKGBUILD b/PKGBUILD
index cce755675ee2..8780ef7e7f26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributer: mickael9 <mickael9 at gmail dot com>
_number_of_bits=16
-pkgver=1.61
+pkgver=1.70
pkgname=microchip-mplabxc${_number_of_bits}-bin
pkgrel=1
pkgdesc="Microchip's MPLAB XC${_number_of_bits} C compiler toolchain for their dsPIC and PIC24 microcontroller families"
@@ -17,7 +17,7 @@ makedepends=(bitrock-unpacker)
options=(!strip docs libtool emptydirs !zipman staticlibs)
source=("http://ww1.microchip.com/downloads/en/DeviceDoc/xc${_number_of_bits}-v$pkgver-full-install-linux64-installer.run")
-sha256sums=('5a2d2f8495adf9688dab8d5d69fedeeed25e266b77fccdedd9325b9094133448')
+sha256sums=('2bf490b7b1f372578b60defe5ed5ad8023b7a04b846480f57f9d99be62b18a1d')
install=$pkgname.install
instdir="/opt/microchip/xc${_number_of_bits}/v${pkgver}"