Skip to content

Commit e92e6c4

Browse files
authored
Updated version from 3.17.2 to 3.18.4 (#52)
1 parent 21a7104 commit e92e6c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DistroLauncher/DistroSpecial.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ namespace DistroSpecial
2727
const std::wstring commandLineDeleteUSer = L"/usr/sbin/deluser --remove-home ";
2828
const std::wstring commandLineQueryUID = L"/usr/bin/id -u ";
2929
const PCWSTR commandLineDeleteResolvConf = L"/bin/rm /etc/resolv.conf";
30-
const TCHAR UserlandDownloadURL[] = _T("https://dl-cdn.alpinelinux.org/alpine/v3.17/releases/x86_64/alpine-minirootfs-3.17.2-x86_64.tar.gz");
31-
const std::wstring UserlandChecksum = L"b10fc6a33e462b9ccf704436071771051728d30f5d8b48adcddb9523c4c45328";
30+
const TCHAR UserlandDownloadURL[] = _T("https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86_64/alpine-minirootfs-3.18.4-x86_64.tar.gz");
31+
const std::wstring UserlandChecksum = L"C59D5203BC6B8B6EF81F3F6B63E32C28D6E47BE806BA8528F8766A4CA506C7BA";
3232
}

0 commit comments

Comments
 (0)