summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase2018-06-14 11:55:21 +0200
committerSven-Hendrik Haase2018-06-14 11:55:21 +0200
commitfa39311c02a7df2ff5caebc5a4c4b388c420562b (patch)
treef6e686197106af8ac095107c2cd1a2f9f767f007
parent719b59b438d15b49717de5413713082a6aac8e0c (diff)
downloadaur-fa39311c02a7df2ff5caebc5a4c4b388c420562b.tar.gz
0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2419147831f8..04e3df6b3ba1 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.1.1
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/svenstaro/dummyhttp
arch = x86_64
license = MIT
makedepends = cargo
- source = https://github.com/svenstaro/dummyhttp/archive/0.1.1.tar.gz
- sha512sums = 796d2c46d8b7f56baa142013a4208f240976db7826046c4ce536b1873ed66e60eb5299fd209ee446924b79463ade1fa3cf9d362c5634d117fc2ab3cf3f70d09f
+ source = https://github.com/svenstaro/dummyhttp/archive/0.2.0.tar.gz
+ sha512sums = 2c3922961636a877cb39a55e303131bd7972c97ea69f11e2fb3822b834ed86fbad1c3ca27498388d8f41f1fe11f5df3f58f6504107217976e91a07ba16a2a37b
pkgname = dummyhttp
diff --git a/PKGBUILD b/PKGBUILD
index 3fdd671aa1a3..740e87b81536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@gmail.com>
pkgname=dummyhttp
-pkgver=0.1.1
+pkgver=0.2.0
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=('796d2c46d8b7f56baa142013a4208f240976db7826046c4ce536b1873ed66e60eb5299fd209ee446924b79463ade1fa3cf9d362c5634d117fc2ab3cf3f70d09f')
+sha512sums=('2c3922961636a877cb39a55e303131bd7972c97ea69f11e2fb3822b834ed86fbad1c3ca27498388d8f41f1fe11f5df3f58f6504107217976e91a07ba16a2a37b')
build() {
cd "$srcdir/$pkgname-$pkgver"