diff options
author | Sam James <sam@gentoo.org> | 2022-07-10 13:15:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-10 13:15:55 +0100 |
commit | 41aff6455f6227caf76b5e3bbf0a93111816b926 (patch) | |
tree | 40de3c33f061f437fa84224dbdb88857461a4c43 /net-misc/rclone | |
parent | www-servers/tomcat: Stabilize 9.0.64 amd64, #857237 (diff) | |
download | gentoo-41aff6455f6227caf76b5e3bbf0a93111816b926.tar.gz gentoo-41aff6455f6227caf76b5e3bbf0a93111816b926.tar.bz2 gentoo-41aff6455f6227caf76b5e3bbf0a93111816b926.zip |
net-misc/rclone: Stabilize 1.58.1 amd64, #857240
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/rclone')
-rw-r--r-- | net-misc/rclone/rclone-1.58.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/rclone/rclone-1.58.1.ebuild b/net-misc/rclone/rclone-1.58.1.ebuild index 7c77180a06c2..677e479c67a0 100644 --- a/net-misc/rclone/rclone-1.58.1.ebuild +++ b/net-misc/rclone/rclone-1.58.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 inherit bash-completion-r1 go-module -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~x86" SRC_URI=" https://github.com/rclone/rclone/archive/v${PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~slashbeast/distfiles/${PN}/${P}-deps.tar.xz |