Skip to content

Commit

Permalink
Merge pull request #194 from mariux64/update-ntp-from-4.2.8-to-4.2.8p8
Browse files Browse the repository at this point in the history
Update NTP from 4.2.8 to 4.2.8p8
  • Loading branch information
donald authored Nov 14, 2016
2 parents 9816849 + 25f8e1c commit 14542cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ntp-4.2.8-0.bee → ntp.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
#!/usr/bin/env beesh

# BEE_VERSION ntp-4.2.8p8-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PKGVERSION[2]}/ntp-${PKGVERSION}.tar.gz"
SRCURL[0]="https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PKGVERSION[2]}/ntp-${PKGVERSION}.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +54,7 @@ SRCURL[0]="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${PKGVERSION[2]}/nt
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand Down

0 comments on commit 14542cd

Please sign in to comment.