Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmission: Add v4.1.0-beta.1 #6415

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
11 changes: 6 additions & 5 deletions cross/transmission/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
PKG_NAME = transmission
PKG_VERS = 4.0.6
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)-with-submodules.$(PKG_EXT)
PKG_DIST_SITE = https://github.com/SynoCommunity/spksrc/releases/download/transmission
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
PKG_VERS = 4.1.0-beta.1
PKG_REVISION = rc3a8106077
PKG_EXT = tar.xz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS)+$(PKG_REVISION).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/transmission/transmission/releases/download/$(PKG_VERS)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)+$(PKG_REVISION)

DEPENDS = cross/curl

Expand Down
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.6-with-submodules.tar.gz SHA1 2386acae8cc6adfff25b52ff7d7f14bb2069ad5b
transmission-4.0.6-with-submodules.tar.gz SHA256 10b944d72acec010dc921e84d0c4d0067eb11d54bfef8638f5db0ccdc1318f89
transmission-4.0.6-with-submodules.tar.gz MD5 584655161f70803293a02e1c1ff5e21d
transmission-4.1.0-beta.1+rc3a8106077.tar.xz SHA1 af7d03049bf910bcf8209946f43dcd8eab8c3554
transmission-4.1.0-beta.1+rc3a8106077.tar.xz SHA256 b9e77fd4ba08491d7d900ae823ca6d8aa27e73685ea4581e8cc83cd8795b3137
transmission-4.1.0-beta.1+rc3a8106077.tar.xz MD5 dc0a2bfe95980dc1f4210713318d1c95
8 changes: 5 additions & 3 deletions spk/transmission/Makefile
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
SPK_NAME = transmission
SPK_VERS = 4.0.6
SPK_REV = 27
SPK_VERS = 4.1.0
SPK_REV = 28
SPK_ICON = src/transmission.png

DEPENDS = cross/transmission

REQUIRED_MIN_DSM = 7.0
UNSUPPORTED_ARCHS = comcerto2k

BETA = 1

MAINTAINER = SynoCommunity
DESCRIPTION = Transmission is an easy and fast BitTorrent client. You can control it remotely with its web interface or dedicated applications.
DESCRIPTION_FRE = Transmission est un client BitTorrent simple et rapide. Vous pouvez le contrôler à distance grâce à son interface web ou des applications dédiées.
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 = "Update Transmission to v4.0.6."
CHANGELOG = "Transmission 4.1.0-beta.1. This is the first beta for 4.1.0"

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