summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Bertelli2022-09-20 10:59:37 -0300
committerFilipe Bertelli2022-09-20 10:59:37 -0300
commit35ab14cc867c2b49984bb805ca8addfd206738bf (patch)
tree08551802040251cf21823f0764af7b3e88bf5e3d
parent6f8747a1130956145ef11ee04235c7f835ac352a (diff)
downloadaur-35ab14cc867c2b49984bb805ca8addfd206738bf.tar.gz
Update to 0.22.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be8225029bcd..bd71d004c1a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = miniserve-bin
pkgdesc = For when you really just want to serve some files over HTTP right now!
- pkgver = 0.21.0
+ pkgver = 0.22.0
pkgrel = 1
url = https://github.com/svenstaro/miniserve
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = miniserve-bin
license = MIT
provides = miniserve
conflicts = miniserve
- source_x86_64 = miniserve-0.21.0-x86_64::https://github.com/svenstaro/miniserve/releases/download/v0.21.0/miniserve-0.21.0-x86_64-unknown-linux-musl
- sha256sums_x86_64 = 0431dde2ae2d2a017aaee24e3049668f867e259dc7e32367df59dc2d590d9412
- source_aarch64 = miniserve-0.21.0-aarch64::https://github.com/svenstaro/miniserve/releases/download/v0.21.0/miniserve-0.21.0-aarch64-unknown-linux-musl
- sha256sums_aarch64 = 5f20e4c78a819ff91dbf72e6581e942ec6487f8c74e8b63c5045a5e9569e956e
- source_armv7h = miniserve-0.21.0-armv7h::https://github.com/svenstaro/miniserve/releases/download/v0.21.0/miniserve-0.21.0-armv7-unknown-linux-musleabihf
- sha256sums_armv7h = d1e12a23c6a913c4943a21682488918d8ef4cdf55fd0181c33fe43c76e6c3b36
+ source_x86_64 = miniserve-0.22.0-x86_64::https://github.com/svenstaro/miniserve/releases/download/v0.22.0/miniserve-0.22.0-x86_64-unknown-linux-musl
+ sha256sums_x86_64 = 00a330a0735b780d1fc39770de0294be289fe7147b5742616a80942a784833cd
+ source_aarch64 = miniserve-0.22.0-aarch64::https://github.com/svenstaro/miniserve/releases/download/v0.22.0/miniserve-0.22.0-aarch64-unknown-linux-musl
+ sha256sums_aarch64 = d2776ce051ff5a45541723d333a671fe2532d1344f5ccb3ce7263d292479e063
+ source_armv7h = miniserve-0.22.0-armv7h::https://github.com/svenstaro/miniserve/releases/download/v0.22.0/miniserve-0.22.0-armv7-unknown-linux-musleabihf
+ sha256sums_armv7h = 4e012ef17e8785e19fb4b5644d45678164a84aeae15d6f36b835db162fa362e4
pkgname = miniserve-bin
diff --git a/PKGBUILD b/PKGBUILD
index d7ae8c4be0f2..b9308b400609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hoàng Văn Khải <hvksmr1996@gmail.com>
pkgname=miniserve-bin
-pkgver=0.21.0
+pkgver=0.22.0
pkgrel=1
pkgdesc='For when you really just want to serve some files over HTTP right now!'
provides=('miniserve')
@@ -13,9 +13,9 @@ license=('MIT')
source_armv7h=("miniserve-$pkgver-armv7h"::"https://github.com/svenstaro/miniserve/releases/download/v${pkgver}/miniserve-${pkgver}-armv7-unknown-linux-musleabihf")
source_x86_64=("miniserve-$pkgver-x86_64"::"https://github.com/svenstaro/miniserve/releases/download/v${pkgver}/miniserve-${pkgver}-x86_64-unknown-linux-musl")
source_aarch64=("miniserve-$pkgver-aarch64"::"https://github.com/svenstaro/miniserve/releases/download/v${pkgver}/miniserve-${pkgver}-aarch64-unknown-linux-musl")
-sha256sums_x86_64=('0431dde2ae2d2a017aaee24e3049668f867e259dc7e32367df59dc2d590d9412')
-sha256sums_aarch64=('5f20e4c78a819ff91dbf72e6581e942ec6487f8c74e8b63c5045a5e9569e956e')
-sha256sums_armv7h=('d1e12a23c6a913c4943a21682488918d8ef4cdf55fd0181c33fe43c76e6c3b36')
+sha256sums_x86_64=('00a330a0735b780d1fc39770de0294be289fe7147b5742616a80942a784833cd')
+sha256sums_aarch64=('d2776ce051ff5a45541723d333a671fe2532d1344f5ccb3ce7263d292479e063')
+sha256sums_armv7h=('4e012ef17e8785e19fb4b5644d45678164a84aeae15d6f36b835db162fa362e4')
package() {
install -Dm755 "miniserve-$pkgver-${CARCH}" "$pkgdir/usr/bin/miniserve"