summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2022-09-19 21:05:25 +0800
committertaotieren2022-09-19 21:05:25 +0800
commite55527f609cf418cbc04df1685d6407f8420ab6e (patch)
tree5119302de1dd4e3604b17022330c01cf0791e69c
parent58e2f2863c3c1de95e73c78f05cbc46aef144f68 (diff)
downloadaur-e55527f609cf418cbc04df1685d6407f8420ab6e.tar.gz
Update 2022.08
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e80387a29066..d3cfa063f7e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nuclei-gcc
pkgdesc = nuclei-gcc 是 Nuclei Studio IDE 的编译工具。
- pkgver = 2022.04
+ pkgver = 2022.08
pkgrel = 1
url = https://www.nucleisys.com/download.php
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = nuclei-gcc
optdepends = jlink-software-and-documentation: Segger JLink software & documentation pack for Linux
optdepends = embedded-studio-risc-v: Segger Embedded Studio for RISC-V
options = !strip
- source = https://www.nucleisys.com/upload/files/toochain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_2022.04.tar.bz2
- sha256sums = cab6f57d58f3ca6931e9204eb582217a7aa4e02004eaa55cb06ec8ef4e529981
+ source = https://www.nucleisys.com/upload/files/toochain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_2022.08.tar.bz2
+ sha256sums = 8700b45b61db1b3a316c8ea4503c4640bbfb9018a4c65f604e3ec8aaa3559367
pkgname = nuclei-gcc
depends = nuclei-gcc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 08f59b33871f..167eeb94d93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=nuclei-gcc
pkgname=(nuclei-gcc nuclei-gcc-bin)
-pkgver=2022.04
+pkgver=2022.08
pkgrel=1
pkgdesc="nuclei-gcc 是 Nuclei Studio IDE 的编译工具。"
arch=("x86_64")
@@ -17,7 +17,7 @@ license=('unknow')
options=(!strip)
source=("https://www.nucleisys.com/upload/files/toochain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_${pkgver}.tar.bz2")
-sha256sums=('cab6f57d58f3ca6931e9204eb582217a7aa4e02004eaa55cb06ec8ef4e529981')
+sha256sums=('8700b45b61db1b3a316c8ea4503c4640bbfb9018a4c65f604e3ec8aaa3559367')
package_nuclei-gcc() {
depends=(nuclei-gcc-bin)