summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhai96_2020-10-02 21:24:49 +0700
committerkhai96_2020-10-02 21:24:49 +0700
commit11a0f0b114a29a46b492e96d1c8f5cdce40c15ef (patch)
tree66a3871d6cb88a534540aca0dcec6e92baf27505
parentb0e5dbb8882129e44b175f175882c1fc41ff398c (diff)
downloadaur-11a0f0b114a29a46b492e96d1c8f5cdce40c15ef.tar.gz
1.10.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfbc1fa0deaf..af11f9e3b6c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = httplz-bin
pkgdesc = Host These Things Please - a basic http server for hosting a folder fast and simply
- pkgver = 1.9.2
- pkgrel = 2
+ pkgver = 1.10.0
+ pkgrel = 1
url = https://github.com/thecoshman/http
arch = x86_64
license = MIT
- source = https://github.com/thecoshman/http/releases/download/v1.9.2/http-v1.9.2
- source = https://github.com/thecoshman/http/releases/download/v1.9.2/http-man-v1.9.2.tbz2
- source = https://github.com/thecoshman/http/raw/v1.9.2/LICENSE
+ source = https://github.com/thecoshman/http/releases/download/v1.10.0/http-v1.10.0
+ source = https://github.com/thecoshman/http/releases/download/v1.10.0/http-man-v1.10.0.tbz2
+ source = https://github.com/thecoshman/http/raw/v1.10.0/LICENSE
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 36adcd9b36f8..7db2afe303a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=httplz-bin
_pkgname=httplz
-pkgver=1.9.2
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
pkgdesc='Host These Things Please - a basic http server for hosting a folder fast and simply'
arch=('x86_64')
url="https://github.com/thecoshman/http"