summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e958fb890d41..85267223b257 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = ambit-bin
provides = ambit
options = strip
source = https://github.com/plamorg/ambit/releases/download/v0.1.0/ambit-0.1.0-x86_64.tar.gz
- sha256sums = 497657eb4a92617283c7538a5b3390b0777006f835d2699d0fe835ef5618114a
+ sha256sums = d519c7e0724627fae513219e43c8b7acecd70728667fc2ee2450ede119a0c8d0
pkgname = ambit-bin
diff --git a/PKGBUILD b/PKGBUILD
index c8cfdb0f3a1c..0fe676eb89c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=("x86_64")
provides=("ambit")
options=("strip")
source=("https://github.com/plamorg/ambit/releases/download/v$pkgver/ambit-$pkgver-x86_64.tar.gz")
-sha256sums=("497657eb4a92617283c7538a5b3390b0777006f835d2699d0fe835ef5618114a")
+sha256sums=("d519c7e0724627fae513219e43c8b7acecd70728667fc2ee2450ede119a0c8d0")
package() {
install -Dm755 ambit -t "$pkgdir/usr/bin/"