summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMio Nekoya2024-02-25 07:29:37 +0900
committerMio Nekoya2024-02-25 07:29:37 +0900
commit7f778676d1291b827fe1706217054a9bfdf7329c (patch)
tree51d0195959a5490abb942523256e5fb9a0e18f64
parent95f11c026c842b0b676201971d0c5086d711f47e (diff)
downloadaur-7f778676d1291b827fe1706217054a9bfdf7329c.tar.gz
Update to 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03874fdc6c3e..a94f42a59b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = serve-bin
pkgdesc = Quickly serve static folders, minus npx
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/tabbybox/serve
arch = x86_64
license = MIT
- source = serve-0.2.0-1::https://github.com/tabbybox/serve/releases/download/v0.2.0/serve-linux-amd64
- sha256sums = e8fdee5f5c16bffd339a6677c024022d527f1d695ee7ed6bf31784c22cf9797f
+ source = serve-0.2.1-1::https://github.com/tabbybox/serve/releases/download/v0.2.1/serve-linux-amd64
+ sha256sums = cabb61986f2499acb086416fa5a529fd513821f8c1b5c4927d06acee5ad6573c
pkgname = serve-bin
diff --git a/PKGBUILD b/PKGBUILD
index 74b177ecb80b..bb99059c7856 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mio Nekoya <mio9 at tabbybox.art>
pkgname=serve-bin
-pkgver=0.2.0
+pkgver=0.2.1
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.2.0/serve-linux-amd64")
+source=("serve-$pkgver-$pkgrel::https://github.com/tabbybox/serve/releases/download/v0.2.1/serve-linux-amd64")
noextract=()
-sha256sums=("e8fdee5f5c16bffd339a6677c024022d527f1d695ee7ed6bf31784c22cf9797f")
+sha256sums=("cabb61986f2499acb086416fa5a529fd513821f8c1b5c4927d06acee5ad6573c")
validpgpkeys=()
#prepare() {