You've already forked docker-bitlbee
Feat: version bump of bitlbee-discord to 0.4.3
See also: https://github.com/sm00th/bitlbee-discord/issues/118
This commit is contained in:
committed by
Michele Bologna
parent
cf3e19c816
commit
1971d91489
@@ -18,7 +18,7 @@ curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.2.0.tar.gz && \
|
|||||||
hg clone https://bitbucket.org/EionRobb/purple-hangouts/ && \
|
hg clone https://bitbucket.org/EionRobb/purple-hangouts/ && \
|
||||||
git clone https://alexschroeder.ch/cgit/bitlbee-mastodon && \
|
git clone https://alexschroeder.ch/cgit/bitlbee-mastodon && \
|
||||||
hg clone https://bitbucket.org/EionRobb/purple-rocketchat && \
|
hg clone https://bitbucket.org/EionRobb/purple-rocketchat && \
|
||||||
curl -LO# https://github.com/sm00th/bitlbee-discord/archive/0.4.2.tar.gz && \
|
curl -LO# https://github.com/sm00th/bitlbee-discord/archive/0.4.3.tar.gz && \
|
||||||
git clone https://github.com/dylex/slack-libpurple.git && \
|
git clone https://github.com/dylex/slack-libpurple.git && \
|
||||||
git clone https://github.com/jgeboski/bitlbee-steam.git && \
|
git clone https://github.com/jgeboski/bitlbee-steam.git && \
|
||||||
git clone https://github.com/matrix-org/purple-matrix.git && \
|
git clone https://github.com/matrix-org/purple-matrix.git && \
|
||||||
@@ -70,8 +70,8 @@ make && \
|
|||||||
make install && \
|
make install && \
|
||||||
# install bitlbee-discord
|
# install bitlbee-discord
|
||||||
cd && \
|
cd && \
|
||||||
tar zxvf 0.4.2.tar.gz && \
|
tar zxvf 0.4.3.tar.gz && \
|
||||||
cd bitlbee-discord-0.4.2/ && \
|
cd bitlbee-discord-0.4.3/ && \
|
||||||
./autogen.sh && \
|
./autogen.sh && \
|
||||||
./configure && \
|
./configure && \
|
||||||
make && \
|
make && \
|
||||||
@@ -115,7 +115,7 @@ rm -fr v1.2.0.tar.gz bitlbee-facebook-* && \
|
|||||||
rm -fr purple-hangouts && \
|
rm -fr purple-hangouts && \
|
||||||
rm -rf bitlbee-mastodon && \
|
rm -rf bitlbee-mastodon && \
|
||||||
rm -rf purple-rocketchat && \
|
rm -rf purple-rocketchat && \
|
||||||
rm -fr bitlbee-discord-0.4.2/ 0.4.2.tar.gz && \
|
rm -fr bitlbee-discord-0.4.3/ 0.4.3.tar.gz && \
|
||||||
rm -fr slack-libpurple && \
|
rm -fr slack-libpurple && \
|
||||||
rm -fr bitlbee-steam && \
|
rm -fr bitlbee-steam && \
|
||||||
rm -fr purple-matrix && \
|
rm -fr purple-matrix && \
|
||||||
|
|||||||
Reference in New Issue
Block a user