summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten de Vries2021-08-13 11:54:39 +0200
committerMaarten de Vries2021-08-13 11:54:39 +0200
commit76a5233d52c8576c0fd65a16e85429dd32f88dae (patch)
treea929400e75f34f43bf394332f2d8a5021a0c6f5e
parent728388145055776ce404c580e34bb21d8b092c54 (diff)
downloadaur-76a5233d52c8576c0fd65a16e85429dd32f88dae.tar.gz
Bump to 0.1.2.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1637c9e74e29..7be5731dc7da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = webhook-httpd
pkgdesc = simple HTTP(S) server for receiving webhooks and running commands
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://github.com/de-vri-es/webhook-httpd
arch = x86_64
license = BSD
makedepends = rust
- source = webhook-httpd-v0.1.1.tar.gz::https://github.com/de-vri-es/webhook-httpd/archive/v0.1.1.tar.gz
- sha512sums = e180c8a845dd63a42105b3ee9e611f9254c20c35b2ac52633d06ae943191e3b8287149d033269bc85f29d5c519e83469c34b4acc30128293a0c513d95c9607b1
+ source = webhook-httpd-v0.1.2.tar.gz::https://github.com/de-vri-es/webhook-httpd/archive/v0.1.2.tar.gz
+ sha512sums = c1a39c1409334db08437b07d5705479f71b7d442d731dc569bb0cd765295b81a97560febcb6dba6424d0ee1cba7c67b5a3e7c50dd30b6b08bb97ee9bdf663035
pkgname = webhook-httpd
-
diff --git a/PKGBUILD b/PKGBUILD
index 7f166bae1fc9..ae91482769a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maarten de Vries <maarten@de-vri.es>
pkgname=webhook-httpd
-pkgver=0.1.1
+pkgver=0.1.2
pkgrel=1
pkgdesc="simple HTTP(S) server for receiving webhooks and running commands"
arch=("x86_64")
@@ -8,7 +8,7 @@ license=(BSD)
url="https://github.com/de-vri-es/webhook-httpd"
source=("$pkgname-v$pkgver.tar.gz::https://github.com/de-vri-es/webhook-httpd/archive/v$pkgver.tar.gz")
-sha512sums=('e180c8a845dd63a42105b3ee9e611f9254c20c35b2ac52633d06ae943191e3b8287149d033269bc85f29d5c519e83469c34b4acc30128293a0c513d95c9607b1')
+sha512sums=('c1a39c1409334db08437b07d5705479f71b7d442d731dc569bb0cd765295b81a97560febcb6dba6424d0ee1cba7c67b5a3e7c50dd30b6b08bb97ee9bdf663035')
makedepends=(rust)