Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / filezilla
Commits: 697c84cd by Robin Candau at 2025-07-31T16:42:52+02:00 upgpkg: 3.69.3-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = filezilla pkgdesc = Fast and reliable FTP, FTPS and SFTP client - pkgver = 3.69.2 + pkgver = 3.69.3 pkgrel = 1 url = https://filezilla-project.org arch = x86_64 @@ -22,8 +22,8 @@ pkgbase = filezilla depends = libsqlite3.so depends = wxwidgets-gtk3 depends = xdg-utils - source = https://sources.archlinux.org/other/filezilla/filezilla-3.69.2.tar.xz - sha256sums = ee1868310acbefe312981364b219e7ea85f6028e5f7596a7aa305ee15a4e7a01 - sha512sums = 136526616d54ab75dffff7384f197561f482a5bc4ffd6b5815bbcfd55223a06da651e99af848ef68aa651f3b35949b80e87226f0e239d787686fc8fc48d76ec5 + source = https://sources.archlinux.org/other/filezilla/filezilla-3.69.3.tar.xz + sha256sums = 77847c572388df9d64eb547b49b6be81896b57cf41d5e472659dfeb8053ae17e + sha512sums = d5adb7d5d1feaba473686c2da4856a1c5acc3dab64f5c6b28f2eecf9e14d9887c7f30f721a2135133a38cd860e38329e898cb5bb3a750091b35dbef4f8cf5d21 pkgname = filezilla ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=filezilla -pkgver=3.69.2 +pkgver=3.69.3 pkgrel=1 pkgdesc="Fast and reliable FTP, FTPS and SFTP client" url="https://filezilla-project.org" @@ -29,8 +29,8 @@ makedepends=( # See https://trac.filezilla-project.org/ticket/13186 #source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.xz") source=("https://sources.archlinux.org/other/filezilla/${pkgname}-${pkgver}.tar.xz") -sha256sums=('ee1868310acbefe312981364b219e7ea85f6028e5f7596a7aa305ee15a4e7a01') -sha512sums=('136526616d54ab75dffff7384f197561f482a5bc4ffd6b5815bbcfd55223a06da651e99af848ef68aa651f3b35949b80e87226f0e239d787686fc8fc48d76ec5') +sha256sums=('77847c572388df9d64eb547b49b6be81896b57cf41d5e472659dfeb8053ae17e') +sha512sums=('d5adb7d5d1feaba473686c2da4856a1c5acc3dab64f5c6b28f2eecf9e14d9887c7f30f721a2135133a38cd860e38329e898cb5bb3a750091b35dbef4f8cf5d21') prepare() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/filezilla/-/commit/697c84cd33be621aaf46361b4b46e3ab6a2ca7dc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/filezilla/-/commit/697c84cd33be621aaf46361b4b46e3ab6a2ca7dc You're receiving this email because of your account on gitlab.archlinux.org.