summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaahilNotSahil2024-04-04 02:23:59 +0000
committerSaahilNotSahil2024-04-04 02:23:59 +0000
commit799c0c7bbcfd57e4ffb7fe108320b0bcfdb0196d (patch)
treedbab8ace57469b8f83ec5b77416d87f12e71fb20
parentdd3aad0ffca6689f4b878b73d89f77da257cfe27 (diff)
downloadaur-799c0c7bbcfd57e4ffb7fe108320b0bcfdb0196d.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 4b414ff0dd4d..a7343cae0c00 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 = e57b316bef891e6725c5238559e9f29727b06d28b82150c66f4dcdf342e39527
+ sha256sums_aarch64 = c17e202b48fc108f37081ad9da9773521006e3dbcf699a8f18cf165d4daa623a
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 = 51c58b06ec6d9188b999a68a169dbfe7585bdd0a7dc58cbb4e8898677fb49d8d
+ sha256sums_x86_64 = 029a7a0e9624d38e92615a952a11e970d2086ca0181d14b92eae6d2dff1ef363
pkgname = spok-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4953209fb156..5182aa0d3ce6 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=('e57b316bef891e6725c5238559e9f29727b06d28b82150c66f4dcdf342e39527')
+sha256sums_aarch64=('c17e202b48fc108f37081ad9da9773521006e3dbcf699a8f18cf165d4daa623a')
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=('51c58b06ec6d9188b999a68a169dbfe7585bdd0a7dc58cbb4e8898677fb49d8d')
+sha256sums_x86_64=('029a7a0e9624d38e92615a952a11e970d2086ca0181d14b92eae6d2dff1ef363')
package() {
install -Dm755 "./bin/spok" "${pkgdir}/usr/bin/spok"