summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerge K2023-10-30 16:24:51 +0700
committerSerge K2023-10-30 16:24:51 +0700
commitc8f8440173283ebf72cc92bd7e11ce92256e02fe (patch)
tree85155766e643a395264020761a1060c5f49d56c1
parent3f4c261a13d2c647014a44909ec2fea13d83d55a (diff)
downloadaur-c8f8440173283ebf72cc92bd7e11ce92256e02fe.tar.gz
upg(moon-bin): 1.16.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82a93f306b13..07434461c671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moon-bin
pkgdesc = Task runner and repo management tool for the web ecosystem
- pkgver = 1.15.4
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/moonrepo/moon
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = moon-bin
depends = gcc-libs
provides = moon
conflicts = moon
- source = LICENSE::https://raw.githubusercontent.com/moonrepo/moon/v1.15.4/LICENSE
+ source = LICENSE::https://raw.githubusercontent.com/moonrepo/moon/v1.16.0/LICENSE
sha256sums = d2ac84cff76ea43a70d2be1ba690fc03d51a9be8e8fc18281a229ddc5845e4a5
- source_x86_64 = moon-1.15.4-x86_64.bin::https://github.com/moonrepo/moon/releases/download/v1.15.4/moon-x86_64-unknown-linux-gnu
- sha256sums_x86_64 = 5ee7f7ba5529661c2ad220b4ea69694049eb8f3e830982d2968daf3c9fa1c079
- source_aarch64 = moon-1.15.4-aarch64.bin::https://github.com/moonrepo/moon/releases/download/v1.15.4/moon-aarch64-unknown-linux-gnu
- sha256sums_aarch64 = 4d9f06e375884a9dad535f63e740100b14df80cb9d38246a7c7acf26d280638b
+ source_x86_64 = moon-1.16.0-x86_64.bin::https://github.com/moonrepo/moon/releases/download/v1.16.0/moon-x86_64-unknown-linux-gnu
+ sha256sums_x86_64 = 313f3f8555668b1e4e53916051008ba799e357ea856a526cc91348dc84ef3183
+ source_aarch64 = moon-1.16.0-aarch64.bin::https://github.com/moonrepo/moon/releases/download/v1.16.0/moon-aarch64-unknown-linux-gnu
+ sha256sums_aarch64 = 08e0c8f9b3f04f3fd3279f2b3a8e4753ecb385a287c910d09f3129affd1b59bc
pkgname = moon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8d93c15c1979..024e74541b83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=moon
pkgname="${_pkgname}-bin"
pkgdesc='Task runner and repo management tool for the web ecosystem'
-pkgver=1.15.4
+pkgver=1.16.0
pkgrel=1
license=('MIT')
provides=("${_pkgname}")
@@ -18,8 +18,8 @@ source=("LICENSE::https://raw.githubusercontent.com/moonrepo/moon/v${pkgver}/LIC
source_x86_64=("${_pkgname}-${pkgver}-${arch[0]}.bin::${url}/releases/download/v${pkgver}/moon-${arch[0]}-unknown-linux-gnu")
source_aarch64=("${_pkgname}-${pkgver}-${arch[1]}.bin::${url}/releases/download/v${pkgver}/moon-${arch[1]}-unknown-linux-gnu")
sha256sums=('d2ac84cff76ea43a70d2be1ba690fc03d51a9be8e8fc18281a229ddc5845e4a5')
-sha256sums_x86_64=('5ee7f7ba5529661c2ad220b4ea69694049eb8f3e830982d2968daf3c9fa1c079')
-sha256sums_aarch64=('4d9f06e375884a9dad535f63e740100b14df80cb9d38246a7c7acf26d280638b')
+sha256sums_x86_64=('313f3f8555668b1e4e53916051008ba799e357ea856a526cc91348dc84ef3183')
+sha256sums_aarch64=('08e0c8f9b3f04f3fd3279f2b3a8e4753ecb385a287c910d09f3129affd1b59bc')
prepare() {
mkdir -p completions
@@ -31,7 +31,7 @@ prepare() {
package() {
install -Dm 755 "${_pkgname}-${pkgver}-${CARCH}.bin" "${pkgdir}/usr/bin/${_pkgname}"
- install -Dm 644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${_pkgname}"
+ install -Dm 644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm 644 "completions/bash" "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}"
install -Dm 644 "completions/zsh" "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}"