Skip to content

Commit 8bf07d2

Browse files
authored
Update repository URL to use the latest package version
1 parent 4f893b5 commit 8bf07d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lilith/lilith.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ get_abi_and_repo_url() {
124124
}
125125

126126
ABI="${ostype}:${osrel}:${arch}"
127-
REPO_URL="https://pkg.freebsd.org/${ABI}/quarterly/All"
127+
REPO_URL="https://pkg.freebsd.org/${ABI}/latest/All"
128128

129129
# Only print ABI info once per script execution
130130
if [ $ABI_PRINTED -eq 0 ]; then

0 commit comments

Comments
 (0)