diff options
author | irmluity | 2024-02-08 09:00:20 +0800 |
---|---|---|
committer | irmluity | 2024-02-08 09:00:20 +0800 |
commit | ff1c6f3a17515120b35b81ef2b28e81f3cc1e089 (patch) | |
tree | cae4446bde7b133f1cf131090a133b2580918cfb /.SRCINFO | |
parent | a92f44f054f96093920c66c90c215efb45b1896f (diff) | |
download | aur-ff1c6f3a17515120b35b81ef2b28e81f3cc1e089.tar.gz |
build: update Flutter version and variables
- Update the version and release numbers for hiddify-next-git
- Update the Flutter version to `3.16.9-stable` for Debian
- Update the environment variables for the build
- Now using the `dev` channel
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = hiddify-next-git pkgdesc = A multi-platform proxy app. Auto, SSH, VLESS, Vmess, Trojan, Reality, Sing-Box, Clash, Xray, Shadowsocks - pkgver = 0.11.1 - pkgrel = 3 + pkgver = 0.15.4 + pkgrel = 1 url = https://github.com/hiddify/hiddify-next arch = x86_64 license = CC-BY-NC-SA-4.0 @@ -13,7 +13,6 @@ pkgbase = hiddify-next-git makedepends = ninja makedepends = pkg-config makedepends = gtk3 - makedepends = glib2 makedepends = libayatana-appindicator makedepends = libayatana-indicator makedepends = libayatana-common @@ -25,19 +24,20 @@ pkgbase = hiddify-next-git makedepends = appstream-generator makedepends = archlinux-appstream-data makedepends = zsync - makedepends = appimagetool makedepends = jdk-openjdk + makedepends = dpkg depends = hicolor-icon-theme depends = zlib depends = glibc depends = fuse2 + depends = gcc-libs + depends = glib2 optdepends = gnome-shell-extension-appindicator: for system tray icon if you are using Gnome provides = hiddify conflicts = hiddify-next conflicts = hiddify-next-bin - options = !strip source = git+https://github.com/hiddify/hiddify-next.git - source = https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.3-stable.tar.xz + source = https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.16.9-stable.tar.xz sha256sums = SKIP sha256sums = SKIP |