summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaahilNotSahil2024-04-01 21:41:22 +0000
committerSaahilNotSahil2024-04-01 21:41:22 +0000
commit6fedb9a6d8173180b8da53989c4ac735b12ea413 (patch)
treec5fc53323056862db7c17b61f6a98fa16516e22d
parentaaac1aaabe1cdb1218489a3f4c847141a70751a3 (diff)
downloadaur-6fedb9a6d8173180b8da53989c4ac735b12ea413.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 eb2aaa0029b9..3859d8fb8087 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 = c0f811cd451c98c9a5c3477672feda75fb9eabb7c9f68b8c04a2c3034f3e3d0d
+ sha256sums_aarch64 = 9889135a9cc54c8112be7be6333df4c64ae7bb8417a1d55a476bc32ce0f3de46
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 = 297cd8309246417b1310d2f657285316419c975da68b118756d4c0fae1586455
+ sha256sums_x86_64 = 3cd6b7762832a5b04f513764c247a641c8c6edccb8732e475adb907ead9638bb
pkgname = spok-bin
diff --git a/PKGBUILD b/PKGBUILD
index ea769236952f..82d742489959 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=('c0f811cd451c98c9a5c3477672feda75fb9eabb7c9f68b8c04a2c3034f3e3d0d')
+sha256sums_aarch64=('9889135a9cc54c8112be7be6333df4c64ae7bb8417a1d55a476bc32ce0f3de46')
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=('297cd8309246417b1310d2f657285316419c975da68b118756d4c0fae1586455')
+sha256sums_x86_64=('3cd6b7762832a5b04f513764c247a641c8c6edccb8732e475adb907ead9638bb')
package() {
install -Dm755 "./bin/spok" "${pkgdir}/usr/bin/spok"