Skip to content

Commit

Permalink
manual modifications of download locations
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrefft committed Jun 15, 2016
1 parent f58cc1e commit 22d9d54
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion repos/dde_bsd/ports/dde_bsd.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c560befb7c9f80152fcd720a2cef4272eded0e0f
ccf5e97284f9ce8898d0d6e980fb55688e0ce82c
2 changes: 1 addition & 1 deletion repos/dde_bsd/ports/dde_bsd.port
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DOWNLOADS := audio.archive
#
SRC_DIR_AUDIO := src/lib/audio
VERSION_AUDIO := 5.7
URL(audio) := http://openbsd.cs.fau.de/pub/OpenBSD/$(VERSION_AUDIO)/sys.tar.gz
URL(audio) := http://ftp.halifax.rwth-aachen.de/openbsd/$(VERSION_AUDIO)/sys.tar.gz
SHA(audio) := 1a60125a7fce6524b0d62643db47acca0b11506a
DIR(audio) := $(SRC_DIR_AUDIO)
TAR_OPT(audio) := --strip-components=2 --files-from $(REP_DIR)/audio.list
Expand Down
2 changes: 1 addition & 1 deletion repos/libports/ports/libssh.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b1af2c16eab9443e1df8ea32eb4f74f9896e072f
dacf1417d7a89d7cf1c9862cd628f68f6d0b8369
2 changes: 1 addition & 1 deletion repos/libports/ports/libssh.port
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LICENSE := LGPL
VERSION := git
DOWNLOADS := libssh.git

URL(libssh) := https://git.libssh.org/projects/libssh.git
URL(libssh) := git://git.libssh.org/projects/libssh.git
REV(libssh) := tags/libssh-0.5.4
DIR(libssh) := src/lib/libssh

Expand Down
2 changes: 1 addition & 1 deletion repos/ports/ports/openssh.hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1fd2a873bde35417c4e3a9153c1f5a035d072712
2e4d6fa442efbaa838611c608172d49826d14327
2 changes: 1 addition & 1 deletion repos/ports/ports/openssh.port
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ LICENSE := BSD
VERSION := 6.1p1
DOWNLOADS := openssh.archive

URL(openssh) := ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$(VERSION).tar.gz
URL(openssh) := ftp://openbsd.cs.fau.de/pub/OpenBSD/OpenSSH/portable/openssh-$(VERSION).tar.gz
SHA(openssh) := 751c92c912310c3aa9cadc113e14458f843fc7b3
SIG(openssh) := ${URL(openssh)}.asc
KEY(openssh) := 3981992A1523ABA079DBFC66CE8ECB0386FF9C48
Expand Down

0 comments on commit 22d9d54

Please sign in to comment.