filezilla ver. bump

This commit is contained in:
Rmys
2025-12-14 19:28:47 +03:00
parent 3432d461c9
commit e5b6044536
3 changed files with 21 additions and 6 deletions
+9 -2
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>Simple FTP Client</Summary>
<Description>Easy-to-use FTP Client which also supports SFTP.</Description>
<Archive sha1sum="88f5bebf8127cacaf2b5d987aa1194938d76156f" type="tarbz2">https://download.filezilla-project.org/client/FileZilla_3.63.2.1_src.tar.bz2</Archive>
<Archive sha1sum="50454933a2815f7c40ee45862829cc38cbe0039c" type="tarxz">https://sources.archlinux.org/other/filezilla/filezilla-3.69.5.tar.xz</Archive>
<BuildDependencies>
<Dependency>wxGTK3</Dependency>
<Dependency>wxGTK-common</Dependency>
@@ -26,7 +26,7 @@
<Dependency>xdg-utils</Dependency>
<Dependency>wxGTK-devel</Dependency>
<Dependency>nettle-devel</Dependency>
<Dependency versionFrom="0.42.2">libfilezilla-devel</Dependency>
<Dependency versionFrom="0.53.0">libfilezilla-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>wxwidgets-3.2.patch</Patch> -->
@@ -65,6 +65,13 @@
</Package>
<History>
<Update release="11">
<Date>2025-12-14</Date>
<Version>3.69.5</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2023-04-24</Date>
<Version>3.63.2.1</Version>
+1 -1
View File
@@ -16,4 +16,4 @@ def build():
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+11 -3
View File
@@ -11,14 +11,14 @@
<License>LGPLv2</License>
<IsA>Libry</IsA>
<Summary>libfilezilla is a small and modern C++ library.</Summary>
<Description>libfilezilla is a free, open source C++ library, offering some basic
functionality to build high-performing, platform-independent programs.</Description>
<Archive sha1sum="7eae48d04cff7e94d348ed8522b2e99a77b18f30" type="tarxz">https://download.filezilla-project.org/libfilezilla/libfilezilla-0.42.2.tar.xz</Archive>
<Description>libfilezilla is a free, open source C++ library, offering some basic functionality to build high-performing, platform-independent programs.</Description>
<Archive sha1sum="b6fd998c7f71315f6ef355b01f3712965d0ffc50" type="tarxz">https://sources.archlinux.org/other/libfilezilla/libfilezilla-0.53.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgcc</Dependency>
<Dependency>gmp-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>nettle-devel</Dependency>
<Dependency>libxcrypt-devel</Dependency>
</BuildDependencies>
</Source>
@@ -29,6 +29,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<Dependency>libgcc</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>nettle</Dependency>
<Dependency>libxcrypt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -53,6 +54,13 @@ functionality to build high-performing, platform-independent programs.</Descript
</Package>
<History>
<Update release="10">
<Date>2025-12-14</Date>
<Version>0.53.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2023-04-26</Date>
<Version>0.42.2</Version>