diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-27 22:03:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-27 22:03:21 +0300 |
commit | 5a96e246ae000e4c97deb8f568c5b63a5706bc5a (patch) | |
tree | 167fb1e56010eae5ef8c105c5b29e73e4c0cc84e /app-admin/logrotate | |
parent | net-proxy/squid: migrate to acct user/group (diff) | |
download | gentoo-5a96e246ae000e4c97deb8f568c5b63a5706bc5a.tar.gz gentoo-5a96e246ae000e4c97deb8f568c5b63a5706bc5a.tar.bz2 gentoo-5a96e246ae000e4c97deb8f568c5b63a5706bc5a.zip |
app-admin/logrotate: fix SRC_URI
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-admin/logrotate')
-rw-r--r-- | app-admin/logrotate/logrotate-3.14.0.ebuild | 2 | ||||
-rw-r--r-- | app-admin/logrotate/logrotate-3.15.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/logrotate/logrotate-3.14.0.ebuild b/app-admin/logrotate/logrotate-3.14.0.ebuild index f0e25d4dbc28..ab589a26bc26 100644 --- a/app-admin/logrotate/logrotate-3.14.0.ebuild +++ b/app-admin/logrotate/logrotate-3.14.0.ebuild @@ -7,7 +7,7 @@ inherit systemd DESCRIPTION="Rotates, compresses, and mails system logs" HOMEPAGE="https://github.com/logrotate/logrotate" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-admin/logrotate/logrotate-3.15.1.ebuild b/app-admin/logrotate/logrotate-3.15.1.ebuild index eef82c310b87..aa92d896ca49 100644 --- a/app-admin/logrotate/logrotate-3.15.1.ebuild +++ b/app-admin/logrotate/logrotate-3.15.1.ebuild @@ -7,7 +7,7 @@ inherit systemd DESCRIPTION="Rotates, compresses, and mails system logs" HOMEPAGE="https://github.com/logrotate/logrotate" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |