Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions net/rclone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=rclone
PKG_VERSION:=1.69.0
PKG_VERSION:=1.72.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:=322c73932b533571880832c0e07abdf9492c7f329b7d1dcdbd2a195fa2635a77

PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE
PKG_MAINTAINER:=Elon Huang <elonhhuang@gmail.com> \
Tianling Shen <cnsztl@immortalwrt.org>
PKG_CPE_ID:=cpe:/a:rclone:rclone

PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1
Expand Down
5 changes: 0 additions & 5 deletions net/rclone/files/rclone.init
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ start_service() {
procd_close_instance
}

reload_service() {
stop
start
}

service_triggers() {
procd_add_reload_trigger "rclone"
}