summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-27 10:59:06 +0000
committerGrey Christoforo2019-11-27 10:59:06 +0000
commit5d3e6d788b280c8fe197b4bc4fd4f9a70cdbf278 (patch)
tree7d14488946c51db88d6726bd78db7bee828c1d4e
parentd5da07989daa10ae1339bc1ed90c1eb0a487bf02 (diff)
downloadaur-5d3e6d788b280c8fe197b4bc4fd4f9a70cdbf278.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8158525d11..ec406156c890 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = microchip-mplabxc8-bin
pkgdesc = Microchip's MPLAB XC8 C compiler toolchain for their PIC10/12/16/18 microcontroller families and their PIC14000 device
- pkgver = 2.05
+ pkgver = 2.10
pkgrel = 1
url = http://www.microchip.com/mplab/compilers
install = microchip-mplabxc8-bin.install
@@ -15,9 +15,9 @@ pkgbase = microchip-mplabxc8-bin
options = emptydirs
options = !zipman
options = staticlibs
- source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc8-v2.05-full-install-linux-installer.run
+ source = http://ww1.microchip.com/downloads/en/DeviceDoc/xc8-v2.10-full-install-linux-installer.run
source = bitrock-unpacker.tcl
- md5sums = 80678782a0b38e43294ebdd0125019ed
+ md5sums = ca370f5dfb393c003fa179efa6081e40
md5sums = 70dedba4c417f8c0bb07c32d19e9d197
pkgname = microchip-mplabxc8-bin
diff --git a/PKGBUILD b/PKGBUILD
index bef86fd1fddc..929a9033c40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_number_of_bits=8
pkgname=microchip-mplabxc${_number_of_bits}-bin
-pkgver=2.05
+pkgver=2.10
pkgrel=1
pkgdesc="Microchip's MPLAB XC${_number_of_bits} C compiler toolchain for their PIC10/12/16/18 microcontroller families and their PIC14000 device"
arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(sdx lib32-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=('80678782a0b38e43294ebdd0125019ed'
+md5sums=('ca370f5dfb393c003fa179efa6081e40'
'70dedba4c417f8c0bb07c32d19e9d197')
install=$pkgname.install