summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-06-28 20:56:48 +0800
committertaotieren2023-06-28 20:56:48 +0800
commitf0ddf1f0ca40a2942b7ea23710c2feae7295b8c8 (patch)
tree897dfd3c9e585b919a20db6ce571ca60c01f16f7
parent6615c517fc4e32b3caf6344d5c86d75b62561aeb (diff)
downloadaur-f0ddf1f0ca40a2942b7ea23710c2feae7295b8c8.tar.gz
Update 1.80-0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40a253aed25e..7acf2f266e61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mounriver-studio-toolchain-bin
- pkgver = 1.70
- pkgrel = 3
+ pkgver = 1.80
+ pkgrel = 0
url = http://www.mounriver.com/
arch = x86_64
license = GPL2
@@ -15,10 +15,10 @@ pkgbase = mounriver-studio-toolchain-bin
optdepends = ch341eeprom-git: A libusb based programming tool for 24xx I²C EEPROMs using the WCH CH341A
optdepends = wchisp: WCH ISP Tool in Rust
provides = MRS-Toolchain
- noextract = mounriver-studio-toolchain-bin-1.70.tar.xz
+ noextract = mounriver-studio-toolchain-bin-1.80.tar.xz
options = !strip
- source = mounriver-studio-toolchain-bin-1.70.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_X64_V170.tar.xz
- sha256sums = 0de1b2699de07e17baf802a5709c0931ef00642fe39dc999cd65d4049853778d
+ source = mounriver-studio-toolchain-bin-1.80.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V1.80.tar.xz
+ sha256sums = 873c5806667c963f076bb9555922c9008c508fc31781f4e070298045abee9924
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 716028c02e74..1ca1d87d0960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
pkgbase=mounriver-studio-toolchain-bin
pkgname=($pkgbase mounriver-studio-toolchain-openocd-bin mounriver-studio-toolchain-riscv-bin)
-pkgver=1.70
-_pkgver=${pkgver/.}
-pkgrel=3
+pkgver=1.80
+pkgrel=0
arch=('x86_64')
url='http://www.mounriver.com/'
license=('GPL2' 'GPL3' 'custom')
@@ -17,8 +16,8 @@ optdepends=('ch34x-dkms-git: CH341SER driver with fixed bug'
'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'
'wchisp: WCH ISP Tool in Rust')
-source=("${pkgbase}-${pkgver}.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_X64_V${_pkgver}.tar.xz")
-sha256sums=('0de1b2699de07e17baf802a5709c0931ef00642fe39dc999cd65d4049853778d')
+source=("${pkgbase}-${pkgver}.tar.xz::http://file.mounriver.com/tools/MRS_Toolchain_Linux_x64_V${pkgver}.tar.xz")
+sha256sums=('873c5806667c963f076bb9555922c9008c508fc31781f4e070298045abee9924')
options=('!strip')
noextract=(${pkgbase}-${pkgver}.tar.xz)