Skip to content

Commit

Permalink
rustdesk-server: Update to 1.1.14
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit b981b4e)
1715173329 committed Jan 27, 2025

Verified

This commit was signed with the committer’s verified signature.
1715173329 Tianling Shen
1 parent c1291fd commit b4540b3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions net/rustdesk-server/Makefile
Original file line number Diff line number Diff line change
@@ -5,12 +5,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=rustdesk-server
PKG_VERSION:=1.1.12
PKG_RELEASE:=3
PKG_VERSION:=1.1.14
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/rustdesk/rustdesk-server/tar.gz/$(PKG_VERSION)?
PKG_HASH:=48c85d9032043d644cee12ccbf4025ea4dc2f4c271fb3f73d836d8e1c67083a0
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/rustdesk/rustdesk-server.git
PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_MIRROR_HASH:=e300079a0b442ef4eb4d129338d0d7b1dd1d3505720e20735dac5f6ea65ee93a

PKG_MAINTAINER:=Tianling Shen <[email protected]>
PKG_LICENSE:=AGPL-3.0-only

0 comments on commit b4540b3

Please sign in to comment.