[arch-commits] Commit in webhook/trunk (PKGBUILD webhook.service)

Felix Yan felixonmars at archlinux.org
Sun May 17 18:28:26 UTC 2020


    Date: Sunday, May 17, 2020 @ 18:28:26
  Author: felixonmars
Revision: 628830

upgpkg: webhook 2.7.0-1

Modified:
  webhook/trunk/PKGBUILD
  webhook/trunk/webhook.service

-----------------+
 PKGBUILD        |   13 +++++--------
 webhook.service |    2 +-
 2 files changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 18:27:33 UTC (rev 628829)
+++ PKGBUILD	2020-05-17 18:28:26 UTC (rev 628830)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=webhook
-pkgver=2.6.11
-pkgrel=2
+pkgver=2.7.0
+pkgrel=1
 pkgdesc="A lightweight incoming webhook server to run shell commands"
 arch=('x86_64')
 url="https://github.com/adnanh/webhook"
@@ -10,15 +10,12 @@
 depends=('glibc')
 makedepends=('go-pie' 'git')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/adnanh/webhook/archive/$pkgver.tar.gz"
-        webhook.service
-        go.uuid.patch::https://github.com/adnanh/webhook/pull/321.patch)
-sha512sums=('561bbb14674e868fc101563639c0d4f49c01a569f50fff8777905e76aceb59abcc80466029c32193ac139e6085d98153cc7d94cdbb2a239b108bc26efa943b16'
-            '4b08e6348a7e51aa4df668f1541f12e08960801d2e039b480de6ad73d26b8c325012474f83a3c8e819caafc216535c0b259aed1daf2226d545f895d0bd3d8efe'
-            'fd66e890167fd620aed3df57dceb251460ac13e67b1c64e13d7a2628720703cf08977d61a8a30bf19988cfd273c2aa221ca98448f280fc5c35343a08d145c46f')
+        webhook.service)
+sha512sums=('107db4f873aa66c9e9910eb7542edf18c3bd5b3509ff03d6e6947cb162d08101f5b11855c403d6a0a27fea8da693aaa2c995799670b73693c8fe2b2f50ac1da1'
+            '2f8c46354777050a07001156e3e94821fce43a491712e88b8930a5081060506b0b8de8d05c9ac057aa2891ff73ef855772373299006edbc62b1734af529a2014')
 
 prepare() {
   cd webhook-$pkgver
-  patch -p1 -i ../go.uuid.patch
 
   mkdir -p .gopath/src/github.com/adnanh
   ln -sf "$PWD" .gopath/src/github.com/adnanh/webhook

Modified: webhook.service
===================================================================
--- webhook.service	2020-05-17 18:27:33 UTC (rev 628829)
+++ webhook.service	2020-05-17 18:28:26 UTC (rev 628830)
@@ -4,7 +4,7 @@
 Wants=network.target
 
 [Service]
-Type=simple
+Type=exec
 ExecStart=/usr/bin/webhook -hooks /etc/webhook/hooks.json -verbose
 Restart=on-failure
 



More information about the arch-commits mailing list