Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / libfilezilla
Commits: 6fe90a06 by Robin Candau at 2025-07-31T16:39:14+02:00 upgpkg: 1:0.51.1-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = libfilezilla pkgdesc = Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs - pkgver = 0.51.0 + pkgver = 0.51.1 pkgrel = 1 epoch = 1 url = https://lib.filezilla-project.org/ @@ -16,8 +16,8 @@ pkgbase = libfilezilla depends = libhogweed.so depends = libcrypt.so provides = libfilezilla.so - source = https://sources.archlinux.org/other/libfilezilla/libfilezilla-0.51.0.tar.xz - sha512sums = 0864c1d6e93f077005223d7a2818ff8711bfed0812bc369b04d2d20c07c1b41908951e5a96d4402407287b350513bf037b4b522a7cdff850071c8e2b045e83b0 - b2sums = 5d99dac0595fbd7c60e4e9c4b6d5992db9966151457f0d7fc93c51063144860adef14b5410c28192cd8ad5298e71f665217bfd418098d217318b52fda7f14383 + source = https://sources.archlinux.org/other/libfilezilla/libfilezilla-0.51.1.tar.xz + sha512sums = 9f686a5be076321a2db8b980d67a31f3c52726ea5d1550d44381c0c18a862056ee6669f5d7f5a67077f9283c04ceba3425c5b087e24d62671af8d68e4568442f + b2sums = 2c5a3a77f75d86af965a23e671be98fc75dac3b8b91a499a112a5d0d65b591355e8cc78e8b14e7b609f7f5537b88796c5f3d5928d40434fe14f6e6ecc368806b pkgname = libfilezilla ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=libfilezilla epoch=1 -pkgver=0.51.0 +pkgver=0.51.1 pkgrel=1 pkgdesc="Small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs" url="https://lib.filezilla-project.org/" @@ -19,8 +19,8 @@ provides=('libfilezilla.so') # See https://trac.filezilla-project.org/ticket/13186 #source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-${pkgver}.tar.xz") source=("https://sources.archlinux.org/other/libfilezilla/${pkgname}-${pkgver}.tar.xz") -sha512sums=('0864c1d6e93f077005223d7a2818ff8711bfed0812bc369b04d2d20c07c1b41908951e5a96d4402407287b350513bf037b4b522a7cdff850071c8e2b045e83b0') -b2sums=('5d99dac0595fbd7c60e4e9c4b6d5992db9966151457f0d7fc93c51063144860adef14b5410c28192cd8ad5298e71f665217bfd418098d217318b52fda7f14383') +sha512sums=('9f686a5be076321a2db8b980d67a31f3c52726ea5d1550d44381c0c18a862056ee6669f5d7f5a67077f9283c04ceba3425c5b087e24d62671af8d68e4568442f') +b2sums=('2c5a3a77f75d86af965a23e671be98fc75dac3b8b91a499a112a5d0d65b591355e8cc78e8b14e7b609f7f5537b88796c5f3d5928d40434fe14f6e6ecc368806b') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libfilezilla/-/commit/6fe90a06df01fc7fb4fbf1e03ac93dc2ef27de02 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libfilezilla/-/commit/6fe90a06df01fc7fb4fbf1e03ac93dc2ef27de02 You're receiving this email because of your account on gitlab.archlinux.org.