summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortiqwab2022-01-09 17:42:35 +0900
committertiqwab2022-01-09 17:42:35 +0900
commited33cdcbb9465c61bcaadfd57a9eb8e7ada98191 (patch)
treed4cc8bc8360260c80912f3dfe81af5034e51a8a0 /PKGBUILD
parentfccd8c438d23bbe66a6d5fe6df02e7ed58203348 (diff)
downloadaur-ed33cdcbb9465c61bcaadfd57a9eb8e7ada98191.tar.gz
Fix hash value
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03ca4a42f5a0..787fc89f5552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tftpff
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Firewall-friendly TFTP server'
url='https://github.com/tiqwab/tftpff'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('cargo')
backup=('etc/conf.d/tftpff')
source=(${pkgname}-v${pkgver}.tar.gz::https://github.com/tiqwab/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('3c14cade2b6a5e2ff30d9f4cd5680997bfff43cacdef6cc67fcd235291bcf547')
+sha256sums=('776494ba3a6f948ef951afd697b153e47234453ea5585d8da4916f659f1fa96e')
build() {
cd "${pkgname}-${pkgver}"