summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2022-02-19 12:36:38 +0800
committertaotieren2022-02-19 12:36:38 +0800
commit312eb8044443dedd20d0cb276c7be54017b8a8dc (patch)
tree66c1aacad78e88dcc4d73282384ff6a16039a053
parentcd61ed14ee6589c9f6efc776c0efd1c60dd7af49 (diff)
downloadaur-312eb8044443dedd20d0cb276c7be54017b8a8dc.tar.gz
Update 2022.01
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c95fe439681..0cefc324ba32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = nuclei-gcc
pkgdesc = nuclei-gcc 是 Nuclei Studio IDE 的编译工具。
- pkgver = 2020.08
+ pkgver = 2022.01
pkgrel = 1
url = https://www.nucleisys.com/download.php
arch = x86_64
license = unknow
options = !strip
- source = https://www.nucleisys.com/upload/files/toochain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_2020.08.tar.bz2
- sha256sums = 398C25B9385B8122D2E864BF71E47B1D871F6C326C21D0AE6D3AFD2858F36041
+ source = https://www.nucleisys.com/upload/files/toochain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_2022.01.tar.bz2
+ sha256sums = accc54cffd55bfd6e6da61dba3b37f4610913fccda19d7b24238c82d3fe0a98f
pkgname = nuclei-gcc
-
diff --git a/PKGBUILD b/PKGBUILD
index 3b2187041174..25dd975f378c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=nuclei-gcc
-pkgver=2020.08
+pkgver=2022.01
pkgrel=1
pkgdesc="nuclei-gcc 是 Nuclei Studio IDE 的编译工具。"
arch=("x86_64")
@@ -14,7 +14,7 @@ license=('unknow')
options=(!strip)
source=("https://www.nucleisys.com/upload/files/toochain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_${pkgver}.tar.bz2")
-sha256sums=('398C25B9385B8122D2E864BF71E47B1D871F6C326C21D0AE6D3AFD2858F36041')
+sha256sums=('accc54cffd55bfd6e6da61dba3b37f4610913fccda19d7b24238c82d3fe0a98f')
package() {
msg2 'Installing Nuclei GCC'