From 4aa357b4613392c91a1b56e64144060ffd997e09 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 24 Jul 2018 10:24:06 +0800 Subject: [PATCH] packetstormexploits: typo in comment --- .../packetstormexploits/packetstormexploits-2013.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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