summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Schubert2018-09-18 23:13:43 +0200
committerDennis Schubert2018-09-18 23:13:43 +0200
commit415bc140e617b401bd0e04e5ae92a2c6e1306f25 (patch)
tree4172ffe308a727f445be7f43685b555434f4a359
parent184a69b774121b7091db65ca76f0f3ef2dc46b18 (diff)
downloadaur-415bc140e617b401bd0e04e5ae92a2c6e1306f25.tar.gz
v0.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--hooktor.json2
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a004e7f38d02..cf8e48a57ac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hooktor
pkgdesc = A small webhook reactor.
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/denschub/hooktor
install = hooktor.install
@@ -10,11 +10,11 @@ pkgbase = hooktor
makedepends = npm
options = !strip
backup = etc/hooktor.json
- source = https://github.com/denschub/hooktor/archive/v0.1.0.tar.gz
+ source = https://github.com/denschub/hooktor/archive/v0.2.0.tar.gz
source = hooktor.json
source = hooktor.service
- sha512sums = f9e8fad1a313928fa5936e0d67c9088f3140a12ab65125a92a28e84be8a7d5ffa2bbf3bcdb77dd078270e2d307fe1f94a2f51433df820a6e8cc5c21b0b93645d
- sha512sums = a07c88803de4505bfa32c66b0f69b2cf7ed1b6f96525f0444a87c27189444a15b0fd02888d6b8c14acf33d90d2ea86b4bba9a1fff1e519775bf00f98497b2fdb
+ sha512sums = 7bd6583695a853fe56ccef34adddf27d264dcaa1b1e669faa2d88c7608d4ed5678265d6137c395755184f638a8667b01d98f8e1f251a9811cf9709dffe33decd
+ sha512sums = fe9466353a239556965a63992d96185d46670bf579a755353ae358e7991215b8278b621fe5d3f4e63e63923279d981c4f3e7491201a65d42f8fa4c1684b1eed3
sha512sums = bf5789ad379848620f678b17585ccc0825d9f25356516e53315f77287ed984b5a9a2f02ff8d450d100adf2f3efadf51a11ad52b729e0020348a10be7c77ae772
pkgname = hooktor
diff --git a/PKGBUILD b/PKGBUILD
index 5ffb26e1a55a..8fd4b48f472b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dennis Schubert <mail@dennis-schubert.de>
pkgname="hooktor"
-pkgver=0.1.0
+pkgver=0.2.0
pkgrel=1
pkgdesc="A small webhook reactor."
arch=("x86_64")
@@ -14,8 +14,8 @@ install="hooktor.install"
source=("https://github.com/denschub/hooktor/archive/v${pkgver}.tar.gz"
"hooktor.json"
"hooktor.service")
-sha512sums=('f9e8fad1a313928fa5936e0d67c9088f3140a12ab65125a92a28e84be8a7d5ffa2bbf3bcdb77dd078270e2d307fe1f94a2f51433df820a6e8cc5c21b0b93645d'
- 'a07c88803de4505bfa32c66b0f69b2cf7ed1b6f96525f0444a87c27189444a15b0fd02888d6b8c14acf33d90d2ea86b4bba9a1fff1e519775bf00f98497b2fdb'
+sha512sums=('7bd6583695a853fe56ccef34adddf27d264dcaa1b1e669faa2d88c7608d4ed5678265d6137c395755184f638a8667b01d98f8e1f251a9811cf9709dffe33decd'
+ 'fe9466353a239556965a63992d96185d46670bf579a755353ae358e7991215b8278b621fe5d3f4e63e63923279d981c4f3e7491201a65d42f8fa4c1684b1eed3'
'bf5789ad379848620f678b17585ccc0825d9f25356516e53315f77287ed984b5a9a2f02ff8d450d100adf2f3efadf51a11ad52b729e0020348a10be7c77ae772')
build() {
diff --git a/hooktor.json b/hooktor.json
index 2b871373c82c..471b9b72a470 100644
--- a/hooktor.json
+++ b/hooktor.json
@@ -1,6 +1,8 @@
{
"enabledServices": [
+ "generic",
"github",
+ "gitlab",
"travis"
],
"projectConfigRoot": "/var/lib/hooktor/projects",