aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormotortruck12212024-02-17 08:44:14 +0000
committermotortruck12212024-02-17 08:44:14 +0000
commitd7bd96f9f2632a0fa32fece114adfd5d5929e00c (patch)
tree8dd762a72d2cdb7429551771734a3b392d7048cd
parentc42b529be65ccc893a0ea98036614a3d767076cd (diff)
downloadaur-d7bd96f9f2632a0fa32fece114adfd5d5929e00c.tar.gz
Update to 0.0.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3422118dd7f1..fede6c7df8c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = bare-server-go
pkgrel = 2
url = https://github.com/tomphttp/bare-server-go
arch = x86_64
- license = AGPL3
+ license = GPL3
source = https://github.com/tomphttp/bare-server-go/raw/main/bin/bare-server-go
sha256sums = 1147590f69193251cb4a018d419927233275946c3c3a50b4d5dd42fcbf07423e
diff --git a/PKGBUILD b/PKGBUILD
index 3baeb5346041..da184950a269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=2
pkgdesc="A TOMPHTTP compliant server written in Go"
url="https://github.com/tomphttp/bare-server-go"
arch=('x86_64')
-license=('AGPL3')
+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')