summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Campos Las Heras2020-08-23 07:22:18 -0300
committerRafael Campos Las Heras2020-08-23 07:23:17 -0300
commitb7a9cde9902b804e3a874530c8f2cb2daa8b264a (patch)
tree38c19c71f9c9fdc1ac8d6296e11b88641c859471
parenta6c476257ced48e10d81ae5426001556a9b164c7 (diff)
downloadaur-b7a9cde9902b804e3a874530c8f2cb2daa8b264a.tar.gz
Version bump to 1.60
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3533ab5ef782..fd4070796e61 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.50
+ pkgver = 1.60
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.50-full-install-linux64-installer.run
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc16-v1.60-full-install-linux64-installer.run
source = bitrock-unpacker.tcl
- sha256sums = 693f4c30c25701561d708a7ab984200b37e296597fffa680b3848a86cb534c02
+ sha256sums = 7d0e8dff22eff8085296081a1a2d4563268bfecdab83c81ce019e9f3b67a58ea
sha256sums = 1bcb58cdbb6e4a89415cf91cb6692aa0ada3abb41d22134510f8477ffd90b8a2
makedepends_i686 = tclkit
depends_x86_64 = lib32-gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 89584597be4f..572dde57e7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributer: mickael9 <mickael9 at gmail dot com>
_number_of_bits=16
+pkgver=1.60
pkgname=microchip-mplabxc${_number_of_bits}-bin
-pkgver=1.50
pkgrel=1
pkgdesc="Microchip's MPLAB XC${_number_of_bits} C compiler toolchain for their dsPIC and PIC24 microcontroller families"
arch=(i686 x86_64)
@@ -20,8 +20,8 @@ makedepends_x86_64=(lib32-expat)
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" "bitrock-unpacker.tcl")
-sha256sums=('693f4c30c25701561d708a7ab984200b37e296597fffa680b3848a86cb534c02'
- '1bcb58cdbb6e4a89415cf91cb6692aa0ada3abb41d22134510f8477ffd90b8a2')
+sha256sums=('7d0e8dff22eff8085296081a1a2d4563268bfecdab83c81ce019e9f3b67a58ea'
+ '1bcb58cdbb6e4a89415cf91cb6692aa0ada3abb41d22134510f8477ffd90b8a2')
#md5sums=('98e2a50d75bdb0164b0c4cd82d1d6c74'
# '70dedba4c417f8c0bb07c32d19e9d197')
install=$pkgname.install