Skip to content

Commit db1e5a8

Browse files
committed
transmission: bump beta builds to 4.1.0-beta.4
1 parent a0251d2 commit db1e5a8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

cross/transmission/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PKG_NAME = transmission
2-
PKG_VERS = 4.1.0-beta.3
3-
PKG_REVISION = rf20fd5e373
2+
PKG_VERS = 4.1.0-beta.4
3+
PKG_REVISION = rc92b42de9c
44
PKG_EXT = tar.xz
55
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)+$(PKG_REVISION).$(PKG_EXT)
66
PKG_DIST_SITE = https://github.com/transmission/transmission/releases/download/$(PKG_VERS)
@@ -15,7 +15,6 @@ LICENSE = GPLv2/GPLv3
1515
# gcc >= 5.1 required
1616
REQUIRED_MIN_DSM = 7.0
1717
UNSUPPORTED_ARCHS = comcerto2k
18-
REQUIRED_MIN_SRM = 1.3
1918

2019
CMAKE_ARGS = -DCMAKE_BUILD_TYPE=RelWithDebInfo
2120
CMAKE_ARGS += -DBUILD_SHARED_LIBS=OFF

cross/transmission/digests

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
transmission-4.1.0-beta.3+rf20fd5e373.tar.xz SHA1 83c8f8de6c692a3c3ea39b6ef5b2f153e8ae3ec4
2-
transmission-4.1.0-beta.3+rf20fd5e373.tar.xz SHA256 f89c5470dbe80d1fbe7fa4ef7b3ed637bc6eac950c0246a6840958ea0525cfa3
3-
transmission-4.1.0-beta.3+rf20fd5e373.tar.xz MD5 e289b73d8ea6b5d2ba05ac7b768b4709
1+
transmission-4.1.0-beta.4+rc92b42de9c.tar.xz SHA1 0fcd5df72eb9a7652d3e1f6080a0f944acdc61fc
2+
transmission-4.1.0-beta.4+rc92b42de9c.tar.xz SHA256 eeed530d668b3270d9df6a318a0714eec1b6e8348102e242fc8d697a4cfc0dec
3+
transmission-4.1.0-beta.4+rc92b42de9c.tar.xz MD5 fde0dd553fcddae052e32fc6d0b1705e

spk/transmission/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ DEPENDS = cross/transmission
77

88
REQUIRED_MIN_DSM = 7.0
99
UNSUPPORTED_ARCHS = comcerto2k
10-
REQUIRED_MIN_SRM = 1.3
1110

1211
BETA = 1
1312

@@ -17,7 +16,7 @@ DESCRIPTION_FRE = Transmission est un client BitTorrent simple et rapide. Vous p
1716
DESCRIPTION_SPN = Transmission es un cliente BitTorrent simple y rápido. Puedes controlarlo remotamente mediante su interfaz web o alguna aplicación dedicada.
1817
STARTABLE = yes
1918
DISPLAY_NAME = Transmission
20-
CHANGELOG = "Transmission 4.1.0-beta.3. We're not in feature freeze yet, so this release includes some new features as well as bugfixes and performance improvements."
19+
CHANGELOG = "Transmission 4.1.0-beta.4. We're not in feature freeze yet, so this release includes some new features as well as bugfixes and performance improvements."
2120

2221
HOMEPAGE = https://transmissionbt.com
2322
LICENSE = GPLv2/GPLv3

0 commit comments

Comments
 (0)