diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-04-26 10:38:20 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-04-30 14:44:51 +0200 |
commit | 19a424aede70ddaedb1153144216db6423fa09e2 (patch) | |
tree | d5797dfe9e0233dff15fbd3fb1cc8c8a383be1c4 /net | |
parent | 3fefdbf34bbe2601fcd677fd887e4156214b37ac (diff) |
transmission: update to version 4.0.5
Release notes:
https://github.com/transmission/transmission/releases/tag/4.0.5
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/transmission/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/transmission/Makefile b/net/transmission/Makefile index c71f947a3..6bf487d55 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission -PKG_VERSION:=4.0.4 +PKG_VERSION:=4.0.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/ -PKG_HASH:=15f7b4318fdfbffb19aa8d9a6b0fd89348e6ef1e86baa21a0806ffd1893bd5a6 +PKG_HASH:=fd68ff114a479200043c30c7e69dba4c1932f7af36ca4c5b5d2edcb5866e6357 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> PKG_LICENSE:=GPL-2.0-or-later |