Skip to content

Commit

Permalink
pidgin: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
  • Loading branch information
wwwutz committed Oct 5, 2021
1 parent ac79c34 commit 9e21923
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pidgin.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION pidgin-2.14.1-0
# BEE_VERSION pidgin-2.14.1-1

SRCURL[0]="https://downloads.sourceforge.net/pidgin/pidgin-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://beehive.molgen.mpg.de/423403494fe1951e47cc75231f743bb0/pidgin-2.13.0.tar.bz2"
#SRCURL[0]="https://downloads.sourceforge.net/pidgin/pidgin-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/e135798bcf952ddb3c9e030c4b160c3e/pidgin-2.14.1.tar.bz2"

# PATCHURL+=()

Expand Down Expand Up @@ -42,7 +42,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 9e21923

Please sign in to comment.