Skip to content

Commit

Permalink
Merge pull request #1696 from mariux64/fix-srcurl-font-symbola-9001
Browse files Browse the repository at this point in the history
font-symbola: fix SRCURL
  • Loading branch information
wwwutz authored Feb 13, 2020
2 parents 43e74c6 + 9d14ab6 commit 405214b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions font-symbola.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION font-symbola-9.00-1
# BEE_VERSION font-symbola-9.00-2

SRCURL[0]="https://fontlibrary.org/assets/downloads/symbola/cf81aeb303c13ce765877d31571dc5c7/symbola.zip"
# SRCURL[0]="https://fontlibrary.org/assets/downloads/symbola/cf81aeb303c13ce765877d31571dc5c7/symbola.zip"
SRCURL[0]="https://beehive.molgen.mpg.de/cf81aeb303c13ce765877d31571dc5c7/symbola.zip"

# PATCHURL+=()

Expand Down

0 comments on commit 405214b

Please sign in to comment.