Commit 9c531e6d authored by vincowl's avatar vincowl Committed by GitHub

[filezilla] Update to 3.49.1 (#4212)

Co-authored-by: default avatarVincent GIRARD <vincent@heliosphere.fr>
parent c38f2688
...@@ -3,22 +3,14 @@ require 'package' ...@@ -3,22 +3,14 @@ require 'package'
class Filezilla < Package class Filezilla < Package
description 'FileZilla Client is a free FTP solution.' description 'FileZilla Client is a free FTP solution.'
homepage 'https://filezilla-project.org/' homepage 'https://filezilla-project.org/'
version '3.48.1' version '3.49.1'
compatibility 'all' compatibility 'all'
source_url 'https://download.filezilla-project.org/client/FileZilla_3.48.1_src.tar.bz2' source_url 'https://download.filezilla-project.org/client/FileZilla_3.49.1_src.tar.bz2'
source_sha256 'abffd877ff9006e8e50ce4957393f0a27cc0a7360e626123ef15974eee13ef5d' source_sha256 '4ecc8c0cf1a790d17ba1daa3abdeeb999809548b20a804172ae0f80dd8e5b3b6'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/filezilla-3.48.1-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/filezilla-3.48.1-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/filezilla-3.48.1-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/filezilla-3.48.1-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'c513db2c717525df2ef6736ef4c4f04244fbb4a972b0ac3f4cd68b315a26799b',
armv7l: 'c513db2c717525df2ef6736ef4c4f04244fbb4a972b0ac3f4cd68b315a26799b',
i686: '29d47a963482a86e3aa8a1b93e0cb333fa1760e885b7c6d074916bf8a694d9c3',
x86_64: '7dbc80bf57b891a2165eb601b0abe2f5079129f8171c17622e4ce2dcd1aa18e8',
}) })
depends_on 'dbus' depends_on 'dbus'
......
...@@ -3,22 +3,14 @@ require 'package' ...@@ -3,22 +3,14 @@ require 'package'
class Libfilezilla < Package class Libfilezilla < Package
description 'libfilezilla is a small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs.' description 'libfilezilla is a small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs.'
homepage 'https://lib.filezilla-project.org/' homepage 'https://lib.filezilla-project.org/'
version '0.22.0' version '0.23.0'
compatibility 'all' compatibility 'all'
source_url 'https://download.filezilla-project.org/libfilezilla/libfilezilla-0.22.0.tar.bz2' source_url 'https://download.filezilla-project.org/libfilezilla/libfilezilla-0.23.0.tar.bz2'
source_sha256 'c5f660c4b339ed6a9e89ec0bafd5d39ba53cb3a3b52051bc571bb74e03ef8f7a' source_sha256 'adeac127fbd1714b22c828cdd27fc6c92e09fd1abcc96684bf30535fb8226852'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/libfilezilla-0.22.0-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/libfilezilla-0.22.0-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/libfilezilla-0.22.0-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/libfilezilla-0.22.0-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: 'a86846ce4e33b0f3cbf474962491b04cb9f0536e7d1f6c6d15c9c149f1ec497f',
armv7l: 'a86846ce4e33b0f3cbf474962491b04cb9f0536e7d1f6c6d15c9c149f1ec497f',
i686: '372b9c3d341d6cfc68c47056b6e3d4f46826a1fa6cb1a85f94b895d99fa82cf5',
x86_64: '490464fc52e9639e0ff88fc40efbc2064487f9b5344301be92565b15a88bffb8',
}) })
def self.build def self.build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment