summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-01-15 18:21:14 +0800
committertaotieren2023-01-15 18:21:14 +0800
commiteef69aff62af2fd947370f76cd2c82293fac27b1 (patch)
tree68adffe25594fecaaeaa1053ba53e74ef8f9a983
parente55527f609cf418cbc04df1685d6407f8420ab6e (diff)
downloadaur-eef69aff62af2fd947370f76cd2c82293fac27b1.tar.gz
Update 2022.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3cfa063f7e5..8ae4c7e3ae83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nuclei-gcc
pkgdesc = nuclei-gcc 是 Nuclei Studio IDE 的编译工具。
- pkgver = 2022.08
- pkgrel = 1
+ pkgver = 2022.12
+ pkgrel = 0
url = https://www.nucleisys.com/download.php
arch = x86_64
license = unknow
@@ -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.08.tar.bz2
- sha256sums = 8700b45b61db1b3a316c8ea4503c4640bbfb9018a4c65f604e3ec8aaa3559367
+ source = https://www.nucleisys.com/upload/files/toochain/gcc/nuclei_riscv_newlibc_prebuilt_linux64_2022.12.tar.bz2
+ sha256sums = a70471ca72e43b9f3476e400d67ed8d087d00b2aa110e1e217891e3dcabd9533
pkgname = nuclei-gcc
depends = nuclei-gcc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 167eeb94d93c..6de75b33c60b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=nuclei-gcc
pkgname=(nuclei-gcc nuclei-gcc-bin)
-pkgver=2022.08
-pkgrel=1
+pkgver=2022.12
+pkgrel=0
pkgdesc="nuclei-gcc 是 Nuclei Studio IDE 的编译工具。"
arch=("x86_64")
makedepends=()
@@ -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=('8700b45b61db1b3a316c8ea4503c4640bbfb9018a4c65f604e3ec8aaa3559367')
+sha256sums=('a70471ca72e43b9f3476e400d67ed8d087d00b2aa110e1e217891e3dcabd9533')
package_nuclei-gcc() {
depends=(nuclei-gcc-bin)