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
# version; we use this mirror only because upstream removes
# 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;
};