diff --git a/app-exploits/packetstormexploits/packetstormexploits-2013.12.ebuild b/app-exploits/packetstormexploits/packetstormexploits-2013.12.ebuild index b4d1d9853..64739a75d 100644 --- a/app-exploits/packetstormexploits/packetstormexploits-2013.12.ebuild +++ b/app-exploits/packetstormexploits/packetstormexploits-2013.12.ebuild @@ -15,10 +15,10 @@ HOMEPAGE="http://packetstormsecurity.net" IUSE="" if [[ ${MY_PV_MM} == "12" ]]; then - #Use yearly archivers + #Use yearly archives SRC_URI="https://dl.packetstormsecurity.net/${MY_PV_YY}${MY_PV_MM}-exploits/${MY_PV_YYYY}-exploits.tgz" else - #Use monthly archivers + #Use monthly archives for MY_M in $(eval echo "{01..$MY_PV_MM}"); do SRC_URI="${SRC_URI} https://dl.packetstormsecurity.net/${MY_PV_YY}${MY_M}-exploits/${MY_PV_YY}${MY_M}-exploits.tgz" done