diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-29 22:08:00 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 00:19:03 -0300 |
commit | 1857b211ad2f2a031566b9b54e48d305ed170c06 (patch) | |
tree | ef076f82130f1eb0af26af38efe97fe3d06db6f4 /testing/bitlbee-mastodon | |
parent | 9d49df97621a6de679247a1e9b47d9bf047a1a00 (diff) | |
download | aports-1857b211ad2f2a031566b9b54e48d305ed170c06.tar.bz2 aports-1857b211ad2f2a031566b9b54e48d305ed170c06.tar.xz |
testing/bitlbee-mastodon: upgrade to 1.4.3
Diffstat (limited to 'testing/bitlbee-mastodon')
-rw-r--r-- | testing/bitlbee-mastodon/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/bitlbee-mastodon/APKBUILD b/testing/bitlbee-mastodon/APKBUILD index cee9e06b83..9fca805f5d 100644 --- a/testing/bitlbee-mastodon/APKBUILD +++ b/testing/bitlbee-mastodon/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Marvin Steadfast <marvin@xsteadfastx.org> # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=bitlbee-mastodon -pkgver=1.4.2 +pkgver=1.4.3 pkgrel=0 pkgdesc="Mastodon plugin for Bitlbee" url="https://alexschroeder.ch/cgit/bitlbee-mastodon" @@ -25,4 +25,4 @@ build() { package() { make DESTDIR="$pkgdir" install } -sha512sums="0581f9e106ce9e939474348a8dd493ee609b7905a310fd27d62316c159b36117584a5aee02b843bded8c2710d3af602f8c67423b646d19c569089235b747ab6f bitlbee-mastodon-1.4.2.tar.gz" +sha512sums="e00d4817baa6f1580394f22bd4454a4149c6f17c394f245ada7b1afed5917018f37e61fbd48e2e46d1efb4aae3bbd7babc56eb1a1f40a39b45eb6db00c870c8a bitlbee-mastodon-1.4.3.tar.gz" |