diff options
author | ShiSheng Chen | 2024-10-26 16:30:02 +0800 |
---|---|---|
committer | ShiSheng Chen | 2024-10-26 16:30:02 +0800 |
commit | 808cd29b5756ea89ebb3aeee2b80ca58fa81c3e6 (patch) | |
tree | 8bac55aef407a4a97795438339f45eed7ce640c6 | |
parent | fefbdad7f912d4e9097563f0f26924036c08d1b0 (diff) | |
download | aur-808cd29b5756ea89ebb3aeee2b80ca58fa81c3e6.tar.gz |
update to version 1.80
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,8 +1,8 @@ pkgbase = mounriver-studio-community pkgdesc = 为 Eclipse 平台爱好者提供的一款 RISC-V 内核芯片集成开发环境,支持 WCH 系列 MCU 的工程模板、代码编译、下载、调试等功能。 - pkgver = 1.50 + pkgver = 1.80 pkgrel = 1 - url = www.mounriver.com + url = http://www.mounriver.com arch = x86_64 license = GPL2 license = GPL3 @@ -19,9 +19,9 @@ pkgbase = mounriver-studio-community 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 options = !strip - source = mounriver-studio-community-1.50.tar.xz::http://file.mounriver.com/upgrade/MounRiver_Studio_Community_Linux_x64_V150.tar.xz + source = mounriver-studio-community-1.80.tar.xz::http://file.mounriver.com/upgrade/MounRiver_Studio_Community_Linux_x64_V180.tar.xz source = udev-rules.patch - sha256sums = 713b6d5a343ec887ea7b27b3fc0f1acc93ba041b26af27a83e5dc85597e1ae5c + sha256sums = bc7cdf4d8e704c33accc1f4afb6d35f1595c073535ae65e6f5adb4a8ac299222 sha256sums = 7ed97c1a494ddbd5b6d594223bc35aa31949c416c0b23a3adabfda239b9f3c73 pkgname = mounriver-studio-community @@ -1,11 +1,11 @@ # Maintainer: Chance Chen <ufbycd@163.com> pkgname=mounriver-studio-community -pkgver=1.50 +pkgver=1.80 pkgrel=1 arch=('x86_64') pkgdesc="为 Eclipse 平台爱好者提供的一款 RISC-V 内核芯片集成开发环境,支持 WCH 系列 MCU 的工程模板、代码编译、下载、调试等功能。 " -url='www.mounriver.com' +url="http://www.mounriver.com" license=('GPL2' 'GPL3' 'custom') provides=() conflicts=() @@ -20,7 +20,7 @@ optdepends=('ch34x-dkms-git: CH341SER driver with fixed bug' options=('!strip') source=("${pkgname}-${pkgver}.tar.xz::http://file.mounriver.com/upgrade/MounRiver_Studio_Community_Linux_x64_V${pkgver//./}.tar.xz" "udev-rules.patch") -sha256sums=('713b6d5a343ec887ea7b27b3fc0f1acc93ba041b26af27a83e5dc85597e1ae5c' +sha256sums=('bc7cdf4d8e704c33accc1f4afb6d35f1595c073535ae65e6f5adb4a8ac299222' '7ed97c1a494ddbd5b6d594223bc35aa31949c416c0b23a3adabfda239b9f3c73') prepare() { |