diff options
author | ptrcnull <git@ptrcnull.me> | 2023-02-02 20:29:04 +0100 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2023-02-02 20:17:46 +0000 |
commit | 43e44d60367f4fe84d2de7ba34633f67c98cf7df (patch) | |
tree | 5e2a993328f5e14a78941ee57c022bae280d6abd | |
parent | eeee03bff3ae46ffdbba18af1a3617d8c903c8b3 (diff) | |
download | aports-43e44d60367f4fe84d2de7ba34633f67c98cf7df.tar.gz aports-43e44d60367f4fe84d2de7ba34633f67c98cf7df.tar.bz2 aports-43e44d60367f4fe84d2de7ba34633f67c98cf7df.tar.xz |
community/filezilla: upgrade to 3.63.1
-rw-r--r-- | community/filezilla/APKBUILD | 8 | ||||
-rw-r--r-- | community/filezilla/wxwidgets-3.2.patch | 10 |
2 files changed, 7 insertions, 11 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD index c4040ffe2f1..9c752a59c34 100644 --- a/community/filezilla/APKBUILD +++ b/community/filezilla/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=filezilla -pkgver=3.62.2 -pkgrel=1 +pkgver=3.63.1 +pkgrel=0 pkgdesc="FTP Client" url="https://filezilla-project.org/" arch="all" @@ -62,6 +62,6 @@ package() { } sha512sums=" -a7dec07f6b6fe6fe1a54481e67e9ad2cb057bf84db6e6128f5e853f2edac3c34583a84f25c206f382f8bac6fa4ab48ea54a2a2f7efe8cc6c9d18cb1d3eba0255 FileZilla_3.62.2_src.tar.bz2 -751328020399e3ab6e9de48ebeaac3c8d20b74c264e4b13a1d9afa3fca75407ea3c446707d9289fb4b5e05516ec6ca2492be4c523432b1645cd99b4f649835ab wxwidgets-3.2.patch +c4f70eb772c868508dc10e1d3a5c9300bc034523f1ee374b30178048ded8e70be3d6307769509d4f8c0921126726dafbcbfda0066fe6d2c5f93af369196618c0 FileZilla_3.63.1_src.tar.bz2 +3efdd8cb2c323596d1e6ffb408197f4e7576b0fe6554f02d20ca700e8d312f95a1accb21cd20b2120bf9c1259fe037ec9faf5ec6269d40a13856f27f06b1c6f5 wxwidgets-3.2.patch " diff --git a/community/filezilla/wxwidgets-3.2.patch b/community/filezilla/wxwidgets-3.2.patch index 4e14e5beb3f..73a92cbe76e 100644 --- a/community/filezilla/wxwidgets-3.2.patch +++ b/community/filezilla/wxwidgets-3.2.patch @@ -1,17 +1,13 @@ diff --git a/configure.ac b/configure.ac -index 852e4e0..48b008d 100644 +index 4aaf93d..6367b6a 100644 --- a/configure.ac +++ b/configure.ac -@@ -178,13 +178,6 @@ if test "$buildmain" = "yes"; then +@@ -178,9 +178,6 @@ if test "$buildmain" = "yes"; then equivalent variable and wxWidgets version is $MIN_WX_VERSION or above. ]) fi - if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.1"; then -- AC_MSG_ERROR([You must use wxWidgets 3.0.x, development versions of wxWidgets are not supported.]) -- elif test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" != "3.0"; then -- if ! echo "$WX_CPPFLAGS" | grep __WXMAC__ > /dev/null; then -- AC_MSG_ERROR([You must use wxWidgets 3.0.x, wxWidgets 3.2 or higher is not yet supported.]) -- fi +- AC_MSG_ERROR([You must use wxWidgets 3.0.x, or 3.2.x, development versions of wxWidgets are not supported.]) - fi if test "${WX_VERSION_MAJOR}.${WX_VERSION_MINOR}" = "3.0"; then |