Compare commits

..

No commits in common. "0b6268475df9de3be219ae4ed0d76b168244cda8" and "b6f39969cc50293b6dce493ef3273bc0573939f5" have entirely different histories.

View file

@ -9,7 +9,7 @@ let
url = "${mirror}/${version}/forge-${version}-installer.jar";
curlOpts = "--globoff";
# Forge doesn't seem to like newer shas
sha1 = "sha1-oHNpyrgHluRrAXWZJg9j+OInAwA=";
sha1 = "e97821e5431bdcaa46e12048769922e2cdb5e2e1";
};
unpackCmd = "mkdir -p src; cp $curSrc src/forge-${version}-installer.jar";