diff options
| author | Tianling Shen | 2026-02-08 09:24:02 +0000 |
|---|---|---|
| committer | Tianling Shen | 2026-02-08 09:24:02 +0000 |
| commit | be143e2f77f7288c6b0338ef9cc864a17c1bdfab (patch) | |
| tree | 11bb27910653fa093d8796c596a1e36ddb428027 | |
| parent | c863a4a5a891b7015d2a4e48a2a67f0242ad24fc (diff) | |
| download | packages-be143e2f77f7288c6b0338ef9cc864a17c1bdfab.tar.gz | |
rclone: Update to 1.73.0
Release note: https://github.com/rclone/rclone/releases/tag/v1.73.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
| -rw-r--r-- | net/rclone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 49c7864100..9ffed7df96 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rclone -PKG_VERSION:=1.72.1 +PKG_VERSION:=1.73.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/rclone/rclone/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=322c73932b533571880832c0e07abdf9492c7f329b7d1dcdbd2a195fa2635a77 +PKG_HASH:=91c777ce0bf41caa5de9aeaeae37310f9310bd7b12b5eee7337f57cbaae5830c PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |