diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-15 17:09:54 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-03-15 17:09:54 +0000 |
commit | 0461336492719dda919cbf4981f389c8dfa09ae2 (patch) | |
tree | 1795247abc202292b300e6aceead46c8ffd0186d /testing/sopel | |
parent | 22cf15097c53cff54ef04c801bdd62605047e355 (diff) | |
download | aports-0461336492719dda919cbf4981f389c8dfa09ae2.tar.bz2 aports-0461336492719dda919cbf4981f389c8dfa09ae2.tar.xz |
testing/sopel: update to 6.6.4
This release fixes a paste service that has gone awol. While at it,
replace the paste service with our own (tpaste.us)).
Diffstat (limited to 'testing/sopel')
-rw-r--r-- | testing/sopel/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/sopel/APKBUILD b/testing/sopel/APKBUILD index a47fce1f61..0c826aeaa8 100644 --- a/testing/sopel/APKBUILD +++ b/testing/sopel/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=sopel -pkgver=6.6.3 -pkgrel=1 +pkgver=6.6.4 +pkgrel=0 pkgdesc="An easy-to-use and highly extensible IRC Bot framework" url="https://sopel.chat/" arch="noarch" @@ -15,8 +15,9 @@ pkgusers="sopel" pkggroups="sopel" subpackages="$pkgname-openrc" source="$pkgname-$pkgver.tar.gz::https://github.com/sopel-irc/sopel/archive/v${pkgver}.tar.gz + use-tpaste-us.patch sopel.initd - sopel.conf" + sopel.conf" builddir="$srcdir/$pkgname-$pkgver" build() { @@ -39,6 +40,7 @@ package() { install -Dm0644 "$srcdir"/sopel.conf "$pkgdir"/etc/conf.d/sopel } -sha512sums="33f9572f49d9b9b3811c0ece5bad8518b4ad13be686525d0e2af268b082eb07bc5d4b746575e9d49a1ead45821697bdb29eed6d2763032b64ad58b3a3fee9a60 sopel-6.6.3.tar.gz +sha512sums="86ce3aac1d3377dc0e420696586a0f4974d2a049c15d51ff185a0d2c4b5b1ec5a5e454b2a4ac76bf08eed18dd2dfb2d84168894b18ac01de211f50ed09e82828 sopel-6.6.4.tar.gz +fa73dd16b1336b9d636dc829f311721f9f9355e6261abaf4665af30917e2d019218f1a4c7121b2b02b6006bd03ad6865d3928be65083829c670966b6de55cf98 use-tpaste-us.patch 1d6b39697d767085530f1db5ba763554c6503ab82b792bdb48c7fef65e4424fe30740ab758ebd3f1ccdd6f2340a9ac9e3dfe44fff064969106717169160ece7b sopel.initd d90379dc5a2d8c8ff52a15d1c341d4cbad919707fadc578d4ae78db45efafad5e6add270876aa982086ac78d99729b0346aa565512190b9fc8cd77020ba91445 sopel.conf" |