Skip to content

Commit

Permalink
Merge pull request #1658 from mariux64/fix-srcurl-pstoedit
Browse files Browse the repository at this point in the history
pstoedit: fix SRCURL
  • Loading branch information
wwwutz authored Feb 7, 2020
2 parents 2076477 + 87fea0b commit eff5fbb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pstoedit.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#!/usr/bin/env beesh

# BEE_VERSION pstoedit-3.74-2
# BEE_VERSION pstoedit-3.74-3

# more info: http://www.pstoedit.com/

SRCURL[0]="https://downloads.sourceforge.net/project/pstoedit/pstoedit/${PKGVERSION}/pstoedit-${PKGVERSION}.tar.gz"
#SRCURL[0]="https://downloads.sourceforge.net/project/pstoedit/pstoedit/${PKGVERSION}/pstoedit-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/bf8fa108586efaf1b4d111a84a42ea37/pstoedit-3.74.tar.gz"

# PATCHURL+=()

Expand Down

0 comments on commit eff5fbb

Please sign in to comment.