Upgrade inspircd and webhook

This commit is contained in:
moparisthebest
2018-12-26 17:24:02 -05:00
parent 76594bdf0b
commit 32b24f477a
2 changed files with 4 additions and 4 deletions

4
src/webhook/PKGBUILD Executable file → Normal file
View File

@@ -1,7 +1,7 @@
# Maintainer: ava1ar <mail(at)ava1ar(dot)me>
pkgname=webhook
pkgver=2.6.8
pkgver=2.6.9
pkgrel=1
pkgdesc="Small server for creating HTTP endpoints (hooks)"
arch=('i686' 'x86_64' 'arm' 'armv6' 'armv7' 'aarch64')
@@ -10,7 +10,7 @@ url="https://github.com/adnanh/webhook"
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
source=("https://github.com/adnanh/webhook/archive/${pkgver}.tar.gz" 'go.uuid.patch')
sha1sums=('e050562130f4f101bbd7281dbe875d4493b31674'
sha1sums=('4b236627f076341fe57e6fa425af0d580daf51b9'
'1312834f40da2109cd47514a74aaf1349db918a3')
prepare() {