Skip to content

Commit

Permalink
inetutils: BEE_VERSION and https
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwutz committed Sep 12, 2019
1 parent 5714f22 commit fadad37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inetutils.be0
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env beesh

# BEE_VERSION inetutils-1.9.4-1

SRCURL[0]="http://ftp.gnu.org/gnu/inetutils/inetutils-${PKGVERSION}.tar.gz"
SRCURL[0]="https://ftp.gnu.org/gnu/inetutils/inetutils-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down

0 comments on commit fadad37

Please sign in to comment.