Skip to content

Commit

Permalink
Update to Transmission 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Mar 16, 2023
1 parent d4676e6 commit 136d70d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions cross/transmission/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = transmission
PKG_VERS = 4.0.1
PKG_VERS = 4.0.2
PKG_EXT = tar.xz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/transmission/transmission/releases/download/$(PKG_VERS)
Expand All @@ -16,7 +16,5 @@ REQUIRED_MIN_DSM = 7.0
UNSUPPORTED_ARCHS = comcerto2k

CMAKE_ARGS = -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
# disable unit tests to avoid cmake/cmake#18840
CMAKE_ARGS += -DENABLE_TESTS=OFF

include ../../mk/spksrc.cross-cmake.mk
6 changes: 3 additions & 3 deletions cross/transmission/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
transmission-4.0.1.tar.xz SHA1 0259d30cdc26c92c48bbc30218019e492418b5b4
transmission-4.0.1.tar.xz SHA256 8fc5aef23638c983406f6a3ee9918369e4cdc84e3228bd2fb3d01dd55cdad900
transmission-4.0.1.tar.xz MD5 29521f4373900a3077849e41b16801f9
transmission-4.0.2.tar.xz SHA1 98fb92b1146f97e00414b27259c5275d038faec9
transmission-4.0.2.tar.xz SHA256 39bf7a104a722805a9dc089cdaaffe33bf90b82230a7ea7f340cae59f00a2ee8
transmission-4.0.2.tar.xz MD5 3e2ffe6cec830dc67abd114da60d4772
4 changes: 2 additions & 2 deletions spk/transmission/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SPK_NAME = transmission
SPK_VERS = 4.0.1
SPK_VERS = 4.0.2
SPK_REV = 21
SPK_ICON = src/transmission.png

Expand All @@ -11,7 +11,7 @@ DESCRIPTION_FRE = Transmission est un client BitTorrent simple et rapide. Vous p
DESCRIPTION_SPN = Transmission es un cliente BitTorrent simple y rápido. Puedes controlarlo remotamente mediante su interfaz web o alguna aplicación dedicada.
STARTABLE = yes
DISPLAY_NAME = Transmission
CHANGELOG = "1. Update Transmission to v4.0.1.<br/>2. Update openssl to 1.1.1t."
CHANGELOG = "1. Update Transmission to v4.0.2.<br/>2. Update openssl to 1.1.1t."

HOMEPAGE = https://transmissionbt.com
LICENSE = GPLv2/GPLv3
Expand Down

0 comments on commit 136d70d

Please sign in to comment.