summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaahilNotSahil2024-04-04 02:00:43 +0000
committerSaahilNotSahil2024-04-04 02:00:43 +0000
commitf5c5199e300aff264eee62b4e0d0ae588d89bbd2 (patch)
treedcf449ce9bd540a73dd7169de07df23a803e8e2a
parent8819a140f3e85e343b6b7923debf4000fdbbf09a (diff)
downloadaur-f5c5199e300aff264eee62b4e0d0ae588d89bbd2.tar.gz
Update to 0.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecc914321ca0..47ea7caefc97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,9 @@ pkgbase = spok-bin
provides = spok
arch = aarch64
source_aarch64 = https://github.com/devlup-labs/spok/releases/download/0.1.0/spok_0.1.0_linux_arm64.tar.gz
- sha256sums_aarch64 = b799bd5f2c094cfe1408b46649997cef0d357ef9eba460127641b7b1bdab9773
+ sha256sums_aarch64 = 4e277058e4b2fea79f9c3af5e07ea18835b760bb23124423b7af70b9707ff718
arch = x86_64
source_x86_64 = https://github.com/devlup-labs/spok/releases/download/0.1.0/spok_0.1.0_linux_amd64.tar.gz
- sha256sums_x86_64 = d84e0ccb9f7b75e3637dbde90b52f44af7fae012dd20552318290e0da524005a
+ sha256sums_x86_64 = acc0861c6e1eccbabf9ad63f806039594a845a706b04a0a08345e0c62c318b99
pkgname = spok-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0783e28910f4..d2f7c2e6320a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,10 +14,10 @@ provides=('spok')
conflicts=('spok')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/devlup-labs/spok/releases/download/0.1.0/spok_0.1.0_linux_arm64.tar.gz")
-sha256sums_aarch64=('b799bd5f2c094cfe1408b46649997cef0d357ef9eba460127641b7b1bdab9773')
+sha256sums_aarch64=('4e277058e4b2fea79f9c3af5e07ea18835b760bb23124423b7af70b9707ff718')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/devlup-labs/spok/releases/download/0.1.0/spok_0.1.0_linux_amd64.tar.gz")
-sha256sums_x86_64=('d84e0ccb9f7b75e3637dbde90b52f44af7fae012dd20552318290e0da524005a')
+sha256sums_x86_64=('acc0861c6e1eccbabf9ad63f806039594a845a706b04a0a08345e0c62c318b99')
package() {
install -Dm755 "./bin/spok" "${pkgdir}/usr/bin/spok"