diff options
author | Sam James <sam@gentoo.org> | 2024-05-18 04:19:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-18 04:19:08 +0100 |
commit | 14e56aef8b6f0038cb02a2fb5079e1cc204efc11 (patch) | |
tree | 3c5f732b437a9b91e1167e6ab5fc55774f4eb6df /net-misc/rclone | |
parent | dev-lang/crystal: Stabilize 1.12.1 amd64, #932114 (diff) | |
download | gentoo-14e56aef8b6f0038cb02a2fb5079e1cc204efc11.tar.gz gentoo-14e56aef8b6f0038cb02a2fb5079e1cc204efc11.tar.bz2 gentoo-14e56aef8b6f0038cb02a2fb5079e1cc204efc11.zip |
net-misc/rclone: Stabilize 1.63.1 amd64, #932115
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/rclone')
-rw-r--r-- | net-misc/rclone/rclone-1.63.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rclone/rclone-1.63.1.ebuild b/net-misc/rclone/rclone-1.63.1.ebuild index 715bda67b36e..bc6a6e03d710 100644 --- a/net-misc/rclone/rclone-1.63.1.ebuild +++ b/net-misc/rclone/rclone-1.63.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit bash-completion-r1 go-module -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~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 |