summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaahilNotSahil2024-04-04 20:48:36 +0000
committerSaahilNotSahil2024-04-04 20:48:36 +0000
commit64602d0b1ba6ed9bbb3b589dc81e7aa94154b6c8 (patch)
tree024a97ef67425b3d9433d574b41e37aa169e63ae
parente5ca4dae21c6a693a8505127202071300add0da1 (diff)
downloadaur-64602d0b1ba6ed9bbb3b589dc81e7aa94154b6c8.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 3cf19f82e0b9..af7c0f635962 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 = 096b0ae1e9c485cd34c6a3a692bc5203941c966a71e2824174a7cdd1a32e0dff
+ sha256sums_aarch64 = 461cb6862683f211052d754777da60659831dd7770806e4e9e7fe8501db84c4b
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 = c4999e89efeb5bb7cd8f57d07a09cda2a51b5bb93dd6141ad298ff4a00fd1a8d
+ sha256sums_x86_64 = 7772099773eebdc2d828cbfb3ef7b21bb7f630cc740a83a741779107bbc91723
pkgname = spok-bin
diff --git a/PKGBUILD b/PKGBUILD
index e0cb3624a970..0ec08a53c05c 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=('096b0ae1e9c485cd34c6a3a692bc5203941c966a71e2824174a7cdd1a32e0dff')
+sha256sums_aarch64=('461cb6862683f211052d754777da60659831dd7770806e4e9e7fe8501db84c4b')
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=('c4999e89efeb5bb7cd8f57d07a09cda2a51b5bb93dd6141ad298ff4a00fd1a8d')
+sha256sums_x86_64=('7772099773eebdc2d828cbfb3ef7b21bb7f630cc740a83a741779107bbc91723')
package() {
install -Dm755 "./bin/spok" "${pkgdir}/usr/bin/spok"