grsecurity: adapt new to mirror url structure

This commit is contained in:
Joachim Fasting 2017-01-25 00:47:08 +01:00
parent 0501e49695
commit 482c67af70
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -30,7 +30,7 @@ let
# When updating versions/hashes, ALWAYS use the official # When updating versions/hashes, ALWAYS use the official
# version; we use this mirror only because upstream removes # version; we use this mirror only because upstream removes
# source files immediately upon releasing a new version ... # source files immediately upon releasing a new version ...
"https://raw.githubusercontent.com/slashbeast/grsecurity-scrape/master/${grbranch}/${name}.patch" "https://raw.githubusercontent.com/slashbeast/grsecurity-scrape/master/${grbranch}/${kver}/${name}.patch"
]; ];
inherit sha256; inherit sha256;
}; };