Skip to content

Commit

Permalink
tzdata: Securely download source archive
Browse files Browse the repository at this point in the history
Use HTTPS to securely download the source archive.
  • Loading branch information
pmenzel committed Mar 16, 2018
1 parent d3cab57 commit e679626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tzdata.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# BEE_VERSION tzdata-2018c-0

# homepage http://www.iana.org/time-zones/
SRCURL[0]="http://www.iana.org/time-zones/repository/releases/tzdata${PKGVERSION}.tar.gz"
# homepage https://www.iana.org/time-zones/
SRCURL[0]="https://www.iana.org/time-zones/repository/releases/tzdata${PKGVERSION}.tar.gz"

PATCHURL[0]=""

Expand Down

0 comments on commit e679626

Please sign in to comment.