Skip to content

Commit

Permalink
Merge pull request #2388 from mariux64/fix-srcurl-pidgin
Browse files Browse the repository at this point in the history
pidgin: fix SRCURL
  • Loading branch information
wwwutz authored Oct 5, 2021
2 parents b90bb2e + 9e21923 commit aab6131
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 aab6131

Please sign in to comment.