diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-06 13:03:37 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-06 13:03:37 +0000 |
commit | 5e69540dbb1be6d034595aea8e801d685a3d801e (patch) | |
tree | a1c090c8f3b20e60a9bb20fb14f7b907de26aa19 /net-misc/rclone | |
parent | dev-libs/libdispatch: Stabilize 5.7.1 x86, #899672 (diff) | |
download | gentoo-5e69540dbb1be6d034595aea8e801d685a3d801e.tar.gz gentoo-5e69540dbb1be6d034595aea8e801d685a3d801e.tar.bz2 gentoo-5e69540dbb1be6d034595aea8e801d685a3d801e.zip |
net-misc/rclone: Stabilize 1.61.1 amd64, #899674
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/rclone')
-rw-r--r-- | net-misc/rclone/rclone-1.61.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rclone/rclone-1.61.1.ebuild b/net-misc/rclone/rclone-1.61.1.ebuild index 585af0e639a7..94162b5d2717 100644 --- a/net-misc/rclone/rclone-1.61.1.ebuild +++ b/net-misc/rclone/rclone-1.61.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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 |