Merge pull request #11617 from 4fury-c3440d8/new

transmission-4.0.2.
This commit is contained in:
Rmys
2023-03-16 14:01:06 +03:00
committed by GitHub
2 changed files with 13 additions and 2 deletions
+3
View File
@@ -27,5 +27,8 @@ def setup():
def build():
mesontools.build("-C _build")
def check():
mesontools.build("-C _build test")
def install():
mesontools.install("-C _build")
+10 -2
View File
@@ -14,12 +14,13 @@
<PartOf>network.p2p</PartOf>
<Summary>A fast, easy, and free BitTorrent client.</Summary>
<Description>Transmission is a free, lightweight Bittorrent client. It features a simple, intuitive interface on top of an efficient backend. This package provides only daemon, web interface and command line client. If you want use Transmission with graphical interface, you should install transmission-gtk or transmission-qt.</Description>
<Archive sha1sum="0259d30cdc26c92c48bbc30218019e492418b5b4" type="tarxz">
https://github.com/transmission/transmission/releases/download/4.0.1/transmission-4.0.1.tar.xz
<Archive sha1sum="98fb92b1146f97e00414b27259c5275d038faec9" type="tarxz">
https://github.com/transmission/transmission/releases/download/4.0.2/transmission-4.0.2.tar.xz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>gtest</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>gtkmm3-devel</Dependency>
<Dependency>libpsl-devel</Dependency>
@@ -118,6 +119,13 @@
</Package>
<History>
<Update release="4">
<Date>2023-03-16</Date>
<Version>4.0.2</Version>
<Comment>Minor bugfix version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2023-02-24</Date>
<Version>4.0.1</Version>