From cd0cf6049b94bd679a2a79210060e62550222728 Mon Sep 17 00:00:00 2001 From: Michele Bologna Date: Mon, 3 Apr 2023 11:49:02 +0200 Subject: [PATCH] Feat: update to bitlbee-facebook 1.2.2 --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 922044e..079da06 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ software-properties-common 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/bitlbee/bitlbee-facebook/archive/v1.2.1.tar.gz +curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.2.2.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 @@ -44,8 +44,8 @@ apt install -y --no-install-recommends libpurple-telegram-tdlib # bitlbee-facebook cd -tar zxvf v1.2.1.tar.gz -cd bitlbee-facebook-1.2.1 +tar zxvf v1.2.2.tar.gz +cd bitlbee-facebook-1.2.2 ./autogen.sh make make install