rclone: Update to 1.69.1
authorTianling Shen <cnsztl@immortalwrt.org>
Tue, 18 Feb 2025 11:56:37 +0000 (19:56 +0800)
committerTianling Shen <cnsztl@immortalwrt.org>
Tue, 18 Feb 2025 11:56:59 +0000 (19:56 +0800)
Remove unneeded reload_service func while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
net/rclone/Makefile
net/rclone/files/rclone.init

index 22de347407e175d641f084c9256c0ed51d979618..b290d8a16bbe9577f56cd25fda105ad28bf180d4 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rclone
-PKG_VERSION:=1.69.0
+PKG_VERSION:=1.69.1
 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:=9b360793108d0b9a3208dacece76e72f5d9253c6710da1c08a1eb8a91eeb9854
+PKG_HASH:=2fe258d1b4257aef98b53794c27d1b254ee0f2e307634f94fbf3c71786e3b1b5
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
index 29fe2f2d21d3e55b8a943e8ce0ea4881faac26a4..ea5a912c20eabd0baa2d37030d8f20f8e1550192 100755 (executable)
@@ -92,11 +92,6 @@ start_service() {
        procd_close_instance
 }
 
-reload_service() {
-       stop
-       start
-}
-
 service_triggers() {
        procd_add_reload_trigger "rclone"
 }