Skip to content

Commit ad394ee

Browse files
desultorythesamesam
authored andcommitted
getuto: fix 404 in tests by using 23.0 instead of 17.1
Signed-off-by: Zen <[email protected]> Closes: #19 Signed-off-by: Sam James <[email protected]>
1 parent 7567ba5 commit ad394ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all:
22

33
libc-1-r1-1.gpkg.tar:
4-
test -f $@ || wget https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/17.1/x86-64/virtual/libc/libc-1-r1-1.gpkg.tar -O libc-1-r1-1.gpkg.tar
4+
test -f $@ || wget https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/23.0/x86-64/virtual/libc/libc-1-r1-1.gpkg.tar -O libc-1-r1-1.gpkg.tar
55

66
check: getuto test-getuto.sh libc-1-r1-1.gpkg.tar
77
./test-getuto.sh

0 commit comments

Comments
 (0)