From 32b24f477a5f6f0da941128922233a78b3833cae Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 26 Dec 2018 17:24:02 -0500 Subject: [PATCH] Upgrade inspircd and webhook --- src/inspircd/PKGBUILD | 4 ++-- src/webhook/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 src/webhook/PKGBUILD diff --git a/src/inspircd/PKGBUILD b/src/inspircd/PKGBUILD index bdd29e8..e49273b 100644 --- a/src/inspircd/PKGBUILD +++ b/src/inspircd/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: jibi 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') diff --git a/src/webhook/PKGBUILD b/src/webhook/PKGBUILD old mode 100755 new mode 100644 index 024c608..54b718a --- a/src/webhook/PKGBUILD +++ b/src/webhook/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ava1ar 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() {