Skip to content

Commit

Permalink
Merge pull request #1601 from mariux64/fix-srcurl-netcdf-4610
Browse files Browse the repository at this point in the history
netcdf: set local srcurl
  • Loading branch information
wwwutz authored Jan 16, 2020
2 parents 1687e54 + 7217d1b commit d7ae7b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion netcdf.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/env beesh

# BEE_VERSION netcdf-4.6.1-0
# BEE_VERSION netcdf-4.6.1-1

SRCURL[0]="https://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-${PKGVERSION}.tar.gz"
SRCURL[0]="/src/mariux/md5repo/ee81c593efc8a6229d9bcb350b6d7849/netcdf-4.6.1.tar.gz"

PATCHURL[0]=""

Expand Down

0 comments on commit d7ae7b7

Please sign in to comment.