summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase2019-09-13 04:19:54 +0200
committerSven-Hendrik Haase2019-09-13 04:20:14 +0200
commit01d60683ae7384fd97c3339d3b90ccf29d7c6052 (patch)
tree268ee553cc6348c9f1ec53fadd1256eba8ab03e2
parentea15a055a754a9ffd7a10d3990c41402d75de08c (diff)
downloadaur-01d60683ae7384fd97c3339d3b90ccf29d7c6052.tar.gz
This is 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9b12221bc31..079f938becc8 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.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/svenstaro/dummyhttp
arch = x86_64
license = MIT
makedepends = cargo
- source = https://github.com/svenstaro/dummyhttp/archive/0.3.0.tar.gz
- sha512sums = 04dda8253af7df40febba142fc8554690825008f48f48cb01a3c1ef5aee3ed25df83817d9b28bfd6e9c4811886ee3024324c0372a2bf8d0f70afaadac39e4e88
+ source = https://github.com/svenstaro/dummyhttp/archive/0.3.1.tar.gz
+ sha512sums = 229832fdb100404aa0413c8a15983e2de2089b37d2c0b33a5e466b6e217049b7257203200d676bd3dcaed4efca5720bce0cbcf2ad77eebec66864ac0d0edd97b
pkgname = dummyhttp
diff --git a/PKGBUILD b/PKGBUILD
index 2df8709a7c7e..019bff7e9d97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
pkgname=dummyhttp
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
-pkgdesc="Super simple HTTP server that replies a fixed body with a fixed response code
-"
+pkgdesc="Super simple HTTP server that replies a fixed body with a fixed response code"
arch=('x86_64')
url="https://github.com/svenstaro/dummyhttp"
license=(MIT)
makedepends=(cargo)
source=(https://github.com/svenstaro/dummyhttp/archive/${pkgver}.tar.gz)
-sha512sums=('04dda8253af7df40febba142fc8554690825008f48f48cb01a3c1ef5aee3ed25df83817d9b28bfd6e9c4811886ee3024324c0372a2bf8d0f70afaadac39e4e88')
+sha512sums=('229832fdb100404aa0413c8a15983e2de2089b37d2c0b33a5e466b6e217049b7257203200d676bd3dcaed4efca5720bce0cbcf2ad77eebec66864ac0d0edd97b')
build() {
cd "$srcdir/$pkgname-$pkgver"