summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaahilNotSahil2024-04-04 18:24:07 +0000
committerSaahilNotSahil2024-04-04 18:24:07 +0000
commit1dc02e3ee6d5c8ecc80ab74727f66a72ff9d6054 (patch)
tree4e85e8bef83ccf409462f43170c341d16a5a4b19
parent47f90ae9378f09da228592d0c8ccd5a32c89878d (diff)
downloadaur-1dc02e3ee6d5c8ecc80ab74727f66a72ff9d6054.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 7868cb4f6db9..893ba58bc37a 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 = 0ff29a24699d79152119495ad01abaf14469138d6c64f4ce64b9d25e7a3426af
+ sha256sums_aarch64 = 62e00ebe1593a86496add5be3906c784e008d62f9b8704434c76d8e2f3b8c378
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 = 99e2e91d37958e7f45f365fa68cbae226200d9322e8ef067f37d489f328c5217
+ sha256sums_x86_64 = ea7d908a60d0a68e52db861fcfa69979f9a01e3e95c732881c9a90d3c4fbd785
pkgname = spok-bin
diff --git a/PKGBUILD b/PKGBUILD
index ea1906b57088..99388097a7b5 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=('0ff29a24699d79152119495ad01abaf14469138d6c64f4ce64b9d25e7a3426af')
+sha256sums_aarch64=('62e00ebe1593a86496add5be3906c784e008d62f9b8704434c76d8e2f3b8c378')
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=('99e2e91d37958e7f45f365fa68cbae226200d9322e8ef067f37d489f328c5217')
+sha256sums_x86_64=('ea7d908a60d0a68e52db861fcfa69979f9a01e3e95c732881c9a90d3c4fbd785')
package() {
install -Dm755 "./bin/spok" "${pkgdir}/usr/bin/spok"