aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da184950a269..37fc3ea808d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: MotorTruck1221 motortruck1221@protonmail.com
pkgname=bare-server-go
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=2
pkgdesc="A TOMPHTTP compliant server written in Go"
url="https://github.com/tomphttp/bare-server-go"
@@ -9,7 +9,7 @@ arch=('x86_64')
license=('GPL3')
# the source is an artifact from the CI
source=("https://github.com/tomphttp/bare-server-go/raw/main/bin/bare-server-go")
-sha256sums=('1147590f69193251cb4a018d419927233275946c3c3a50b4d5dd42fcbf07423e')
+sha256sums=('016373056bcede319cddf9942b5f0f46dd14998038bad6caca808f07ad97cb99')
package() {
install -d "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/bare-server-go" "${pkgdir}/usr/bin/bare-server-go"