Skip to content

Commit

Permalink
Merge branch 'openwrt-22.03' of https://github.com/openwrt/packages i…
Browse files Browse the repository at this point in the history
…nto 22.03
  • Loading branch information
Lienol committed Mar 2, 2024
2 parents 530ef41 + 9ccca54 commit b4e3da2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions net/rclone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=rclone
PKG_VERSION:=1.65.2
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/rclone/rclone/tar.gz/v$(PKG_VERSION)?
Expand Down Expand Up @@ -43,7 +43,7 @@ endef

define Package/rclone
$(call Package/rclone/Default)
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse-utils
DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +fuse3-utils
USERID:=rclone:rclone
endef

Expand Down
4 changes: 2 additions & 2 deletions net/tor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=tor
PKG_VERSION:=0.4.7.10
PKG_VERSION:=0.4.8.7
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dist.torproject.org/ \
https://archive.torproject.org/tor-package-archive
PKG_HASH:=647e56dfa59ea36dab052027fcfc7663905c826c03509363c456900ecd435a5b
PKG_HASH:=b20d2b9c74db28a00c07f090ee5b0241b2b684f3afdecccc6b8008931c557491
PKG_MAINTAINER:=Hauke Mehrtens <[email protected]> \
Peter Wagner <[email protected]>
PKG_LICENSE_FILES:=LICENSE
Expand Down
2 changes: 1 addition & 1 deletion net/tor/files/tor.init
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generate_conf() {
}

reload_service() {
procd_send_signal /usr/sbin/tor
procd_send_signal tor
}

start_service() {
Expand Down

0 comments on commit b4e3da2

Please sign in to comment.