Upgrade inspircd and webhook

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

View File

@ -4,7 +4,7 @@
# Contributor: jibi <jibi@paranoici.org>
pkgname='inspircd'
pkgver='2.0.26'
pkgver='2.0.27'
pkgrel='1'
pkgdesc='A stable, modern and lightweight IRC daemon'
arch=('any')
@ -19,7 +19,7 @@ install='inspircd.install'
source=("https://github.com/inspircd/inspircd/archive/v$pkgver.tar.gz"
"https://raw.githubusercontent.com/inspircd/inspircd-extras/master/2.0/m_rehashsslsignal.cpp"
'inspircd.service')
sha512sums=('950982629eab0dabeac9e7f2ab6e8b923bc5dafa978280cb91aa28c40997b7cfac2e4d39d74bb4c9cdb8f818205cc17bf782ec86f0aae966cb9c47bbf8143d1a'
sha512sums=('56f03c3259fad54365e97fd82f4e309edc60b641ccadd7916d04156fd157858f79930c8b9df99aa98c5505f76ab19e6bcd150ae5ed04d2bddfff572e18226cdd'
'a5f2a01bbc3e3ba0d5979d5146818edc3c6cfe975f1cdd84b7bb8ceb6ea734d2b3e1cfa8a41551b3ef622df508baddcc0c6f6fe79239026eed6c23cc9e31984f'
'5a16a7c237693ffc6a108358f339b6aa2451fb16430561848ae869f890199b38fab6a13640bcc35cf1d07e32d7e5fff405d88668ee05ddaffc2ef61cb42ee832')

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() {