From 235a1b4d6cc73434738524cda1440826deec4aed Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Tue, 20 Oct 2020 12:27:18 -0700 Subject: [PATCH] Bump bitlbee-facebook to receive bugfixes See discussion here: https://github.com/bitlbee/bitlbee-facebook/issues/200 --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index a62c75d..9d88b81 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ cd curl -LO# https://get.bitlbee.org/src/bitlbee-$BITLBEE_VERSION.tar.gz curl -LO# https://github.com/EionRobb/skype4pidgin/archive/1.7.tar.gz curl -LO# https://github.com/majn/telegram-purple/releases/download/v1.4.3/telegram-purple_1.4.3.orig.tar.gz -curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.2.0.tar.gz +curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.2.1.tar.gz git clone https://github.com/EionRobb/purple-hangouts.git git clone https://alexschroeder.ch/cgit/bitlbee-mastodon git clone https://github.com/EionRobb/purple-rocketchat.git @@ -46,8 +46,8 @@ make install # bitlbee-facebook cd -tar zxvf v1.2.0.tar.gz -cd bitlbee-facebook-1.2.0 +tar zxvf v1.2.1.tar.gz +cd bitlbee-facebook-1.2.1 ./autogen.sh make make install @@ -125,7 +125,7 @@ rm -fr /root/build.sh rm -fr $BITLBEE_VERSION* rm -fr 1.7.tar.gz skype4pidgin-* rm -fr telegram-purple* -rm -fr v1.2.0.tar.gz bitlbee-facebook-* +rm -fr v1.2.1.tar.gz bitlbee-facebook-* rm -fr purple-hangouts rm -rf bitlbee-mastodon rm -rf purple-rocketchat