summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase2018-07-29 16:33:20 +0200
committerSven-Hendrik Haase2018-07-29 16:33:20 +0200
commit2c4b48bbc81b964fb9bc72aa3578245b02e114d7 (patch)
treea10760a066d79655213311761eac0e5ba0824a6c
parentf747805fb5104a0b5b6deb4cc0d90e763ef6dfb6 (diff)
downloadaur-2c4b48bbc81b964fb9bc72aa3578245b02e114d7.tar.gz
0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3b3ae0ce65..e0beca5de0cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dummyhttp
pkgdesc = Super simple HTTP server that replies a fixed body with a fixed response code
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/svenstaro/dummyhttp
arch = x86_64
license = MIT
makedepends = cargo
- source = https://github.com/svenstaro/dummyhttp/archive/0.2.1.tar.gz
- sha512sums = 79397f05a28786feb6adbe8e85b2d786d21b15fa67b2be0c6ac3f9a21df8f9eecd7ad7ba7bf39d4e2e41ec7e8f8404acd1d299fe1d87aba5dd5bf514b1ab764b
+ source = https://github.com/svenstaro/dummyhttp/archive/0.2.2.tar.gz
+ sha512sums = 3c1d645abd80945eb666641a4102ffa7a9e074f57a6d76c4f0af4e0b854e5bd3e9cd92768be980723bf39393be66a793b018f38916260fec04bb200f593cab40
pkgname = dummyhttp
diff --git a/PKGBUILD b/PKGBUILD
index b87aa46f2c99..4572db21a4e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
pkgname=dummyhttp
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Super simple HTTP server that replies a fixed body with a fixed response code
"
@@ -10,7 +10,7 @@ url="https://github.com/svenstaro/dummyhttp"
license=(MIT)
makedepends=(cargo)
source=(https://github.com/svenstaro/dummyhttp/archive/${pkgver}.tar.gz)
-sha512sums=('79397f05a28786feb6adbe8e85b2d786d21b15fa67b2be0c6ac3f9a21df8f9eecd7ad7ba7bf39d4e2e41ec7e8f8404acd1d299fe1d87aba5dd5bf514b1ab764b')
+sha512sums=('3c1d645abd80945eb666641a4102ffa7a9e074f57a6d76c4f0af4e0b854e5bd3e9cd92768be980723bf39393be66a793b018f38916260fec04bb200f593cab40')
build() {
cd "$srcdir/$pkgname-$pkgver"