summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2020-09-07 11:28:44 +0300
committerChristoph Gysin2020-09-07 11:28:44 +0300
commit61152c4e573f77ea87722b848d2d2cb16677d6be (patch)
treeea7baa4874b541642f65a5092f0f06d1c0103783
parentdc74490b6b47c7f7e1ab87223839c6d9136d0aba (diff)
downloadaur-61152c4e573f77ea87722b848d2d2cb16677d6be.tar.gz
Fix sha256sum
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a06f7e9ad81b..5b2a3ade7786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('go')
optdepends=('zenity: graphical prompt'
'kdialog: graphical prompt')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('1d6d3b55d05341f879d0942ea9df66d60d703d40862ffcfa6e80a606d5cf3878')
+sha256sums=('467509b4db3da0db1360e3f22c233f7c8bb321f576ebcb69166041da5de45100')
build() {
cd "$pkgname-$pkgver"