summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortiqwab2022-01-22 11:07:37 +0900
committertiqwab2022-01-22 11:07:37 +0900
commit0adb426032400abbb236dafdc0f67b55957e0356 (patch)
treed9fdd28dff5402600c9be9972c08f557ee8484e5 /PKGBUILD
parented33cdcbb9465c61bcaadfd57a9eb8e7ada98191 (diff)
downloadaur-tftpff.tar.gz
v0.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787fc89f5552..e4fc9d04c303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Naohisa Murakami <tiqwab.ch90@gmail.com>
pkgname=tftpff
-pkgver=0.0.1
-pkgrel=3
+pkgver=0.1.0
+pkgrel=1
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=('776494ba3a6f948ef951afd697b153e47234453ea5585d8da4916f659f1fa96e')
+sha256sums=('7110b65863c4d8968d5b466109f34e8af66234437c10ffbfb43a53c95d0c7a04')
build() {
cd "${pkgname}-${pkgver}"