summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2022-04-05 09:32:55 +0800
committertaotieren2022-04-05 09:33:26 +0800
commit2cf279b1dfbda28512b924bcfc00850b6c58797f (patch)
treeb77d85bd3ec86670a646077bf1cd2431bad72f80
parent9349ec5ed78205cb0578b9be5c0237defc7592e5 (diff)
downloadaur-2cf279b1dfbda28512b924bcfc00850b6c58797f.tar.gz
update v1.40
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 338b9195864a..db09993cb998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mounriver-studio-toolchain-bin
- pkgver = 1.30
+ pkgver = 1.40
pkgrel = 1
url = http://www.mounriver.com/
arch = x86_64
@@ -14,10 +14,10 @@ pkgbase = mounriver-studio-toolchain-bin
optdepends = ch341prog-git: A simple command line tool (programmer) interfacing with ch341a
optdepends = ch341eeprom-git: A libusb based programming tool for 24xx I²C EEPROMs using the WCH CH341A
provides = MRS-Toolchain
- noextract = mounriver-studio-toolchain-bin-1.30.tar.xz
+ noextract = mounriver-studio-toolchain-bin-1.40.tar.xz
options = !strip
- source = mounriver-studio-toolchain-bin-1.30.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V1.30.tar.xz
- sha256sums = 8b03bab58ab6754a26736004d9a2a66f5753f55f70f488c7f59fd703ec674753
+ source = mounriver-studio-toolchain-bin-1.40.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V1.40.tar.xz
+ sha256sums = b7de5aa5a48641c38810333d93f09df126520708f5c8ed1e33c72da1fcae5cda
pkgname = mounriver-studio-toolchain-bin
pkgdesc = This MRS Toolchain includes the tool chain for RISC-V kernel chip under Linux x64 and the debug download tool OpenOCD.
diff --git a/PKGBUILD b/PKGBUILD
index 8d1443740c76..8e645c9bfae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=mounriver-studio-toolchain-bin
pkgname=($pkgbase mounriver-studio-toolchain-openocd-bin mounriver-studio-toolchain-riscv-bin)
-pkgver=1.30
+pkgver=1.40
pkgrel=1
arch=('x86_64')
url='http://www.mounriver.com/'
@@ -17,10 +17,9 @@ optdepends=('ch34x-dkms-git: CH341SER driver with fixed bug'
'ch341eepromtool: An i2c serial EEPROM programming tool for the WCH CH341A'
'ch341prog-git: A simple command line tool (programmer) interfacing with ch341a'
'ch341eeprom-git: A libusb based programming tool for 24xx I²C EEPROMs using the WCH CH341A')
-source=("${pkgbase}-${pkgver}.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V${pkgver}.tar.xz"
- )
+source=("${pkgbase}-${pkgver}.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V${pkgver}.tar.xz")
-sha256sums=('8b03bab58ab6754a26736004d9a2a66f5753f55f70f488c7f59fd703ec674753')
+sha256sums=('b7de5aa5a48641c38810333d93f09df126520708f5c8ed1e33c72da1fcae5cda')
options=('!strip')