mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
Update download URL of e2fsprogs to https
This prevents warning: redirecting to https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/
This commit is contained in:
parent
7cf1a39b99
commit
766ac5ea27
@ -1 +1 @@
|
||||
6c150dd3925523ff1eb2ab782524133079743acd
|
||||
66fa19adc056fa1e55e3585ae5962c2f7d20dbe4
|
||||
|
@ -4,7 +4,7 @@ DOWNLOADS := e2fsprogs.git
|
||||
|
||||
E2FSPROGS_DIR := src/lib/e2fsprogs
|
||||
|
||||
URL(e2fsprogs) := http://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
|
||||
URL(e2fsprogs) := https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
|
||||
REV(e2fsprogs) := v$(VERSION)
|
||||
DIR(e2fsprogs) := $(E2FSPROGS_DIR)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
2a09cdc29a00804cca8908d1459511a73dd5881b
|
||||
1de5bac5c7b3001c77db5833452395e0d349eec9
|
||||
|
@ -2,7 +2,7 @@ LICENSE := GPLv2
|
||||
VERSION := 1.42.9
|
||||
DOWNLOADS := e2fsprogs.git
|
||||
|
||||
URL(e2fsprogs) := http://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
|
||||
URL(e2fsprogs) := https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
|
||||
REV(e2fsprogs) := v$(VERSION)
|
||||
DIR(e2fsprogs) := src/noux-pkg/e2fsprogs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user