summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Fettes2023-10-15 01:29:57 +0800
committerTony Fettes2023-10-15 01:29:57 +0800
commit814993a8a7ba6b77ad657ae2675ea8e765a4e6ce (patch)
tree3fd983a48b0c6a877822fdff1019043e578723c6
parent70e11398a033654d9586659313e1c7e2eaac1dfd (diff)
downloadaur-814993a8a7ba6b77ad657ae2675ea8e765a4e6ce.tar.gz
update
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD20
2 files changed, 20 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a0c5616c39..3b5a532e04ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonbit-bin
pkgdesc = Intelligent developer platform for Cloud and Edge using WASM
- pkgver = 52c6ffa3b
+ pkgver = 7ea80aab5
pkgrel = 1
url = https://www.moonbitlang.com/
arch = x86_64
@@ -9,15 +9,15 @@ pkgbase = moonbit-bin
depends = gcc-libs
provides = moonbit
conflicts = moonbit
- source = https://cli.moonbitlang.com/ubuntu_x86/moon
- source = https://cli.moonbitlang.com/ubuntu_x86/moonc
- source = https://cli.moonbitlang.com/ubuntu_x86/moonfmt
- source = https://cli.moonbitlang.com/ubuntu_x86/moonrun
- source = https://cli.moonbitlang.com/ubuntu_x86/mooninfo
- sha256sums = e55a25a27e97d4c631e2243060b1553144a8542da6fdeb21ccdc849df9c208d9
- sha256sums = afd82c05159c37b2e93b9e400a199853a317a86c2085acf8d88b1cbf227f55b7
- sha256sums = eb6f5de90cc287d80bd4032f6d87acbe1289167eadbd2068924fd472408051e9
+ source = https://cli.moonbitlang.cn/ubuntu_x86/moon
+ source = https://cli.moonbitlang.cn/ubuntu_x86/moonc
+ source = https://cli.moonbitlang.cn/ubuntu_x86/moonfmt
+ source = https://cli.moonbitlang.cn/ubuntu_x86/moonrun
+ source = https://cli.moonbitlang.cn/ubuntu_x86/mooninfo
+ sha256sums = e12bd3dc5f1336151b823a26710cfa6f7866ea9826bd06b9442457bc3b323da1
+ sha256sums = 94f83035f97a63e9cbac3730ebd2e863c3ab2e01652ba826be53a6ccdf171882
+ sha256sums = c59bee21d4aff6c0dc531c5e1672738f7084f348cf5a40b01a364293cd314632
sha256sums = b5c86ac97dfbdfac28ea8b8a567dc425434dd0ba7090f9948e338ea34faf3364
- sha256sums = a887ee48d7241c0bc1c42d011d30c57ef6946f8e51a87a83e22d2829d1604116
+ sha256sums = 928b56366e4e827a4d989a37183d5b736a38f2c8275f3fa9fb3da96f2c588aac
pkgname = moonbit-bin
diff --git a/PKGBUILD b/PKGBUILD
index 33ba406852fb..b85bd8726f50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Haoxiang Fei <tonyfettes AT tonyfettes DOT com>
pkgname=moonbit-bin
-pkgver=52c6ffa3b
+pkgver=7ea80aab5
pkgrel=1
pkgdesc="Intelligent developer platform for Cloud and Edge using WASM"
arch=('x86_64')
@@ -10,16 +10,16 @@ license=('unknown')
depends=('glibc' 'gcc-libs')
provides=("moonbit")
conflicts=("moonbit")
-source=("https://cli.moonbitlang.com/ubuntu_x86/moon"
- "https://cli.moonbitlang.com/ubuntu_x86/moonc"
- "https://cli.moonbitlang.com/ubuntu_x86/moonfmt"
- "https://cli.moonbitlang.com/ubuntu_x86/moonrun"
- "https://cli.moonbitlang.com/ubuntu_x86/mooninfo")
-sha256sums=('e55a25a27e97d4c631e2243060b1553144a8542da6fdeb21ccdc849df9c208d9'
- 'afd82c05159c37b2e93b9e400a199853a317a86c2085acf8d88b1cbf227f55b7'
- 'eb6f5de90cc287d80bd4032f6d87acbe1289167eadbd2068924fd472408051e9'
+source=("https://cli.moonbitlang.cn/ubuntu_x86/moon"
+ "https://cli.moonbitlang.cn/ubuntu_x86/moonc"
+ "https://cli.moonbitlang.cn/ubuntu_x86/moonfmt"
+ "https://cli.moonbitlang.cn/ubuntu_x86/moonrun"
+ "https://cli.moonbitlang.cn/ubuntu_x86/mooninfo")
+sha256sums=('e12bd3dc5f1336151b823a26710cfa6f7866ea9826bd06b9442457bc3b323da1'
+ '94f83035f97a63e9cbac3730ebd2e863c3ab2e01652ba826be53a6ccdf171882'
+ 'c59bee21d4aff6c0dc531c5e1672738f7084f348cf5a40b01a364293cd314632'
'b5c86ac97dfbdfac28ea8b8a567dc425434dd0ba7090f9948e338ea34faf3364'
- 'a887ee48d7241c0bc1c42d011d30c57ef6946f8e51a87a83e22d2829d1604116')
+ '928b56366e4e827a4d989a37183d5b736a38f2c8275f3fa9fb3da96f2c588aac')
pkgver() {
cd "${srcdir}"