summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMio Nekoya2024-02-24 00:30:02 +0900
committerMio Nekoya2024-02-24 00:30:02 +0900
commit95f11c026c842b0b676201971d0c5086d711f47e (patch)
tree50815685ff8bd5ebdb4ca8da91c361d4e9c82336
parent518dcc86a5a02e25e57bdc474ee3104719f25110 (diff)
downloadaur-95f11c026c842b0b676201971d0c5086d711f47e.tar.gz
Update to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74e9a87519f1..03874fdc6c3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = serve-bin
pkgdesc = Quickly serve static folders, minus npx
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/tabbybox/serve
arch = x86_64
license = MIT
- source = serve-0.1.0-1::https://github.com/tabbybox/serve/releases/download/v0.1.0/serve-linux-amd64
- sha256sums = 10d2952a9fd974e7f474f2dc4a3cd3147d238edd289a01f6262fb3da6704376f
+ source = serve-0.2.0-1::https://github.com/tabbybox/serve/releases/download/v0.2.0/serve-linux-amd64
+ sha256sums = e8fdee5f5c16bffd339a6677c024022d527f1d695ee7ed6bf31784c22cf9797f
pkgname = serve-bin
diff --git a/PKGBUILD b/PKGBUILD
index 28ff49141bc8..74b177ecb80b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mio Nekoya <mio9 at tabbybox.art>
pkgname=serve-bin
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
epoch=
pkgdesc="Quickly serve static folders, minus npx"
@@ -19,9 +19,9 @@ backup=()
options=()
install=
changelog=
-source=("serve-$pkgver-$pkgrel::https://github.com/tabbybox/serve/releases/download/v0.1.0/serve-linux-amd64")
+source=("serve-$pkgver-$pkgrel::https://github.com/tabbybox/serve/releases/download/v0.2.0/serve-linux-amd64")
noextract=()
-sha256sums=("10d2952a9fd974e7f474f2dc4a3cd3147d238edd289a01f6262fb3da6704376f")
+sha256sums=("e8fdee5f5c16bffd339a6677c024022d527f1d695ee7ed6bf31784c22cf9797f")
validpgpkeys=()
#prepare() {