dart: Update to 2.17.0 (#10672)

* dart: Update to 2.17.0 and add to CI packages that need more disk space
This commit is contained in:
dev-bz 2022-05-15 16:46:32 +08:00 committed by GitHub
parent 22d59607f0
commit 7c06b80bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -150,7 +150,7 @@ jobs:
- name: Free additional disk space (if necessary)
run: |
if grep -q '^rust$\|^rustc-nightly$' ./built_termux-main_packages.txt; then
if grep -q '^rust$\|^rustc-nightly$\|^dart$' ./built_termux-main_packages.txt; then
echo "Free additional disk space on host"
sudo apt purge -yq $(dpkg -l | grep '^ii' | awk '{ print $2 }' | grep -P '(cabal-|dotnet-|ghc-|libmono|php)') \
liblldb-6.0 libllvm6.0:amd64 mono-runtime-common monodoc-manual powershell ruby

View File

@ -3,8 +3,7 @@ TERMUX_PKG_DESCRIPTION="Dart is a general-purpose programming language"
TERMUX_PKG_LICENSE="BSD"
TERMUX_PKG_LICENSE_FILE="sdk/LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.16.2
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=2.17.0
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_SKIP_SRC_EXTRACT=true