summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Chain2017-10-31 12:03:04 +0100
committerGustavo Chain2017-10-31 12:03:04 +0100
commit76e3466761651d3a8e088d4d59ac2321082e3348 (patch)
treede33293e980cbceccdb8d7fb2e570d6b92d4ff65
parent48331807a9977eb90ec73eda2fbdadcea84c10e0 (diff)
downloadaur-76e3466761651d3a8e088d4d59ac2321082e3348.tar.gz
Update to v0.4.0
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 685c37d840e7..09aa768f5d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Gustavo Chain <gchain@gmail.com>
pkgname=httplab
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="The interactive web server"
arch=(x86_64)
url="http://github.com/gchaincl/httplab"
license=('MIT')
-makedepends=('wget')
+makedepends=('wget tar gzip')
provides=('httplab')
conflicts=('httplab')
replaces=('httplab')
install=
-source=("$pkgname"::"https://github.com/gchaincl/httplab/releases/download/v${pkgver}/httplab_linux_amd64")
+source=("$pkgname"::"https://github.com/gchaincl/httplab/releases/download/v${pkgver}/httplab_{$pkgver}_linux_amd64.tar.gz")
md5sums=(
- 'e8b66d189b9d98bcd106318799ab5dfa'
+ '0b00487b6d52c67713170dc3fa868a08'
)
package() {