Commit Graph

10176 Commits

Author SHA1 Message Date
ifurther
a65bb1d803 new package: freeimage (#5637) 2020-08-04 00:57:54 +03:00
Leonid Pliushch
e1c93f0854 exiftool: update to 12.03 2020-08-04 00:35:36 +03:00
Leonid Pliushch
ec212cbb5b bison: update to 3.7.1 2020-08-04 00:34:59 +03:00
Leonid Pliushch
365eda8923 new package: okc-agents
Requested in https://github.com/termux/termux-packages/issues/4352.
2020-08-03 23:19:19 +03:00
Krishna Kanhaiya
6c91e9fce6 neofetch: update to 7.1.0 (#5644) 2020-08-03 22:54:15 +03:00
Leonid Pliushch
9f3d330adc proot-distro: update to 0.7 2020-08-03 22:53:08 +03:00
Leonid Pliushch
61ff25a719 busybox: enable write access by default for ftpd service
Don't care about ^security^ - it absent here by design.
Instead, make it easier to use Busybox ftpd service for those who
really need it...
2020-08-03 18:51:43 +03:00
Butta
8c65964325 swift: bump clang headers symlink version to 10.0.1 and refactor some flags and patches 2020-08-03 09:20:35 +05:30
ifurther
3b8b4a61a8 nano: update to 5.0 (#5636) 2020-08-02 18:51:56 +03:00
Krishna Kanhaiya
cf2e6cdca8 Update: bitcoin to 0.20.1 (#5634)
* Update: bitcoin to 0.20.1
2020-08-02 16:47:38 +05:30
Leonid Pliushch
255fc36dc5 wget: bump revision 2020-08-01 02:32:00 +03:00
Leonid Pliushch
125fd5a86a ldc: bump revision 2020-08-01 02:29:50 +03:00
Leonid Pliushch
5e18ca5e93 command-not-found: bump revision 2020-08-01 02:29:18 +03:00
Leonid Pliushch
9d022115ca apt: bump revision 2020-08-01 02:29:15 +03:00
Leonid Pliushch
c757f6cbc6 aapt: bump revision 2020-08-01 02:29:13 +03:00
Leonid Pliushch
578f66a5e3 termux-tools: use 5 seconds connection timeout when testing mirror availability 2020-08-02 01:50:34 +03:00
Henrik Grimler
86816e7bf0 transmission: do not specify folders in service script
Let user specify them in ~/.config/transmission-daemon/settings.json
instead, see https://github.com/termux/termux-packages/issues/5571.
2020-08-01 21:35:24 +02:00
Leonid Pliushch
22a4bf8cfe termux-tools: use weight-based mirror selection (#5628)
* Weight-based mirror selection: do not give each mirror same usage ratio as hosts have different properties.
* Rotate mirrors after 6h: pkg now checks usability of all mirrors before selecting one, this takes time but we may want to reduce delays before the actual `apt` operation will be started.
* Update apt cache after 20min: reduce amount of necessary package list queries. We even can go with 1h, but since we prefer origin repository over mirrors as download source, 20 minutes should be fine.
2020-08-01 20:25:19 +03:00
Leonid Pliushch
0c682b3cd6 termux-tools: improve usage info for pkg
* Avoid long lines.
* Add missing info for some commands.
* Do not show deb cache size if its size cannot be determined, for example if cache dir was deleted.
2020-08-01 02:49:07 +03:00
buttaface
4801874eb6 termux-tools: add 'pkg autoclean' and command descriptions to help (#5627) 2020-08-01 15:21:10 +03:00
Henrik Grimler
55a3bdf0f5 xcb-proto: remove __pycache__ dir to not conflict with python
Both python and xcb-proto contains xcbgen/__pycache__ directory with
common files.
2020-08-01 12:51:36 +02:00
Henrik Grimler
ff6880d55d Remove "local" from places it does not do anything
Needs to be used in functions to have an effect.
2020-08-01 12:45:20 +02:00
Henrik Grimler
026cf0d9cc msmtp: use gnutls instead of openssl
The openssl code is unmaintained [1] and I get errors about
certificate verification failure on one of my emails ("TLS certificate
verification failed: the certificate owner does not match
hostname"). With gnutls everything works.

[1] https://marlam.de/msmtp/news/openssl-discouraged
2020-08-01 12:45:13 +02:00
Henrik Grimler
a1cbf10fd1 msmtp: fix conf fallback path 2020-08-01 12:45:07 +02:00
Lucy Phipps
ad6251f97c apt: allow bzip2 2020-08-01 05:27:27 +01:00
Steven Hollett
7161a0a459 new package: entr 2020-08-01 01:02:49 +03:00
Leonid Pliushch
9c1635f1c3 termux-tools: fix path to pkgcache.bin after apt update, add support for pkg clean 2020-07-31 19:31:42 +03:00
Butta
b6dfeec127 apt: update from 1.4.9 to 1.4.10, use Termux cache directory, and keep downloaded packages by default 2020-07-31 19:28:18 +03:00
Jason A. Donenfeld
44786bd6a5 new package: music-file-organizer (#5622) 2020-07-31 15:28:10 +03:00
Leonid Pliushch
c30de5e30b termux-tools: use https://termux.org/packages/ as fallback instead of direct Bintray URL 2020-07-31 14:29:31 +03:00
Leonid Pliushch
713c7160fc termux-tools: automatically pick a mirror by pkg (#5621)
See https://github.com/termux/termux-packages/issues/5620.

Implements automatic mirror selection:
* Pick a random URL of top 4 mirrors of Termux main repository and use it during 30 minutes limit, then rotate to a new one. Distribute traffic accross multiple mirrors, including origin Bintray repository.
* During 30 minutes limit, let `pkg` to check whether mirror is accessible on each run. If mirror is not accessible, use a new one. Mirrors are not guaranteed to be 100% accessible, so let pkg to check which one is working before using `apt`.
* Skip rotating if using `.cn` mirrors - Chinese users will not want to use something else due to great firewall and download speed issues.
2020-07-31 14:18:43 +03:00
ifurther
4e94cb99d8 new package: libraqm (#5618) 2020-07-30 23:25:45 +03:00
Krishna Kanhaiya
a2e43f7e57 youtubedr: update to 1.2.4 (#5613) 2020-07-29 22:25:02 +03:00
Krishna Kanhaiya
78ee2e4373 gh: update to 0.11.1 (#5609) 2020-07-28 21:40:14 +03:00
Leonid Pliushch
b24b1c577c proot-distro: update to 0.6 2020-07-28 20:25:55 +03:00
Leonid Pliushch
82e0b0d80d qemu: update to 4.2.1 2020-07-28 17:15:36 +03:00
ruki
7b9e8d19ff xmake: update v2.3.6 2020-07-28 18:11:51 +05:30
Leonid Pliushch
f7180d92f9 libwebsockets: bump revision 2020-07-28 13:44:55 +03:00
Leonid Pliushch
5e47f33131 nginx: bump revision 2020-07-28 13:44:37 +03:00
Leonid Pliushch
00f6773ad0 mutt: bump revision 2020-07-28 13:44:21 +03:00
Leonid Pliushch
33fa411860 mu: bump revision 2020-07-28 13:44:09 +03:00
Fredrik Fornwall
c09893b64f ncurses: Update from 6.2.20200222 to 6.2.20200725 2020-07-28 11:55:45 +02:00
Fredrik Fornwall
9ff6343f6b mc: Add patch for extended mouse support back 2020-07-28 11:55:25 +02:00
Fredrik Fornwall
f0307386f5 opusfile: Fix build 2020-07-28 11:54:33 +02:00
Fredrik Fornwall
321ab03705 opusfile: Update from 0.11 to 0.12 2020-07-28 11:06:50 +02:00
Fredrik Fornwall
d07d574d37 libwebsockets: Update from 4.0.19 to 4.0.20 2020-07-28 11:06:01 +02:00
Fredrik Fornwall
c7cd2d1262 nginx: Update from 1.19.0 to 1.19.1 2020-07-28 11:05:41 +02:00
Fredrik Fornwall
a38ac14cd5 mutt: Update from 1.14.5 to 1.14.6 2020-07-28 11:05:28 +02:00
Fredrik Fornwall
bba936f309 mu: Update from 1.4.10 to 1.4.12 2020-07-28 11:04:15 +02:00
Fredrik Fornwall
a530c9da4a libmpfr: Update from 4.0.2 to 4.1.0 2020-07-28 11:03:46 +02:00
Fredrik Fornwall
84042b68ee git: Update from 2.27.0 to 2.28.0 2020-07-28 11:01:17 +02:00
Fredrik Fornwall
56435c2c29 json-c: Update from 0.14 to 0.15 2020-07-28 10:58:40 +02:00
Leonid Pliushch
d4f1eb6ec4 weechat: bump revision 2020-07-27 23:43:57 +03:00
Leonid Pliushch
0bdc9bc85c tor: bump revision 2020-07-27 23:43:46 +03:00
Leonid Pliushch
be22c159d7 rsync: bump revision 2020-07-27 23:43:35 +03:00
Leonid Pliushch
84ebf2954e redis: bump revision 2020-07-27 23:43:25 +03:00
Leonid Pliushch
c7873acc79 nim: bump revision 2020-07-27 23:43:15 +03:00
Leonid Pliushch
959320db09 libzip: bump revision 2020-07-27 23:43:05 +03:00
Leonid Pliushch
da77237be6 libidn: bump revision 2020-07-27 23:42:52 +03:00
Leonid Pliushch
2113c22b9d bison: bump revision 2020-07-27 23:42:40 +03:00
Leonid Pliushch
69bf40f10d bash-completion: bump revision 2020-07-27 23:42:29 +03:00
Fredrik Fornwall
59faa2908d mc: Bump revision to trigger rebuild 2020-07-27 19:51:52 +02:00
Fredrik Fornwall
db1da05ad5 notmuch: Update from 0.29.3 to 0.30 2020-07-27 19:51:51 +02:00
Fredrik Fornwall
91f488fef3 hugo: Update from 0.74.2 to 0.74.3 2020-07-27 19:51:51 +02:00
Butta
6cec619ea0 nushell: update from 0.15.0 to 0.17.0 2020-07-27 14:02:26 +05:30
its-pointless
0e4246617a wrong library name 2020-07-27 18:25:16 +10:00
Fredrik Fornwall
30bbda67af mc: Update from 4.8.24 to 4.8.25 2020-07-27 10:07:17 +02:00
Fredrik Fornwall
4901f93070 weechat: Update from 2.8 to 2.9 2020-07-27 10:04:02 +02:00
Fredrik Fornwall
01307e8b52 nim: Update from 1.2.2 to 1.2.4 2020-07-27 09:58:23 +02:00
Fredrik Fornwall
872b80405b tor: Update from 0.4.3.5 to 0.4.3.6 2020-07-27 09:57:04 +02:00
Fredrik Fornwall
68604be70b syncthing: Update from 1.6.1 to 1.7.1 2020-07-27 09:55:10 +02:00
Fredrik Fornwall
7f59de40e6 libzip: Update from 1.7.1 to 1.7.3 2020-07-27 09:50:14 +02:00
Fredrik Fornwall
fcdcf78874 redis: Update from 6.0.5 to 6.0.6 2020-07-27 09:49:57 +02:00
Fredrik Fornwall
aa4f92d773 rsync: Update from 3.2.1 to 3.2.2 2020-07-27 09:49:42 +02:00
Fredrik Fornwall
7572d15d68 bison: Update from 3.6.4 to 3.7 2020-07-27 09:46:38 +02:00
Fredrik Fornwall
0a0ab99705 bash-completion: Update from 2.10 to 2.11 2020-07-27 09:46:05 +02:00
Fredrik Fornwall
095aad7af3 libidn: Update from 1.35 to 1.36 2020-07-27 09:45:37 +02:00
Fredrik Fornwall
26bbee889a vim: Update from 8.2.1000 to 8.2.1300 2020-07-27 09:41:30 +02:00
its-pointless
79ab2d426b fix 2020-07-27 15:12:59 +10:00
its-pointless
3516f75850 Merge pull request #5420 from coolreader18/rust-1.44
rust: update to 1.45
2020-07-27 09:41:20 +10:00
Leonid Pliushch
e33db744d9 apksigner, beanshell, dx, ecj: update postinst script
Specify extensions of files which should be removed instead of
using wildcard.
2020-07-26 20:33:19 +03:00
Leonid Pliushch
33a3e4ed91 apksigner, beanshell, dx, ecj: remove OAT cache after installation/upgrade 2020-07-26 14:19:30 +03:00
Leonid Pliushch
23eee5f7cb termux-tools: add '-Xusejit:true' to dalvikvm 2020-07-26 14:08:52 +03:00
ifurther
bf768b6bcf ca-certificates: update to 20200722 (#5596)
* ca-certificates: update to 20200626

* ca-certificates: update to  20200722
2020-07-26 16:22:24 +05:30
Butta
8312aff10a lldb: update from 10.0.0 to 10.0.1 2020-07-26 09:59:28 +05:30
Leonid Pliushch
bdbfb5a7c3 proot-distro: update to 0.5 2020-07-26 04:03:28 +03:00
Leonid Pliushch
c399019899 beanshell: use '-Xcompiler-option --compiler-filter=speed' dalvikvm flag 2020-07-26 03:25:56 +03:00
Leonid Pliushch
d5a56bd5e0 apksigner: use '-Xcompiler-option --compiler-filter=speed' dalvikvm flag 2020-07-26 03:25:09 +03:00
Leonid Pliushch
cfc0bb89e8 ecj: use '-Xcompiler-option --compiler-filter=speed' dalvikvm flag 2020-07-26 03:23:12 +03:00
Leonid Pliushch
7124c4d588 dx: use '-Xcompiler-option --compiler-filter=speed' dalvikvm flag 2020-07-26 03:20:58 +03:00
its-pointless
f5079b6cd6 Use its-pointless' version of rust/build.sh 2020-07-25 20:09:51 -04:00
Noah
09501df634 Try fixing x86_64 build 2020-07-25 20:09:51 -04:00
Noah
d59930db47 Remove redundant patch 2020-07-25 20:09:51 -04:00
Noah
920d61e533 Try Rust 1.45 2020-07-25 20:09:51 -04:00
Leonid Pliushch
3b436d660d proot-distro: update to 0.4 2020-07-25 20:16:54 +03:00
Lucy Phipps
182afb9468 electric-fence ef command: don't print $0 2020-07-25 19:52:33 +03:00
Lucy Phipps
6be8372071 electric-fence: fix cross-compilation 2020-07-25 19:52:33 +03:00
its-pointless
077c376a50 binutils update 2020-07-25 18:57:46 +05:30
Butta
ccb6b269ea libllvm: update from 10.0.0 to 10.0.1 2020-07-25 18:57:46 +05:30
Leonid Pliushch
3a1d58dd25 cups: move to unstable repository
Package does not meet quality requirements in order to be
present in termux-packages.
2020-07-24 17:35:34 +03:00
Leonid Pliushch
9c52178c83 cups: do not check permissions on $PREFIX/tmp 2020-07-24 17:11:41 +03:00
Leonid Pliushch
53e592a5f5 cups: create $PREFIX/var/run/cups in postinst, add support for termux-services 2020-07-24 17:04:04 +03:00
Leonid Pliushch
b9632c9a43 cups: fix default configuration
* Listen on localhost:8631
* No SystemGroups
2020-07-24 16:58:40 +03:00
Leonid Pliushch
a8750e668d cups: fix packaging issues
* No /sbin directories - Termux does not add it to PATH.
* No commas in CONFFILES definition - that's acutally a file path list.
* No hardcoded LDFLAGS - must be in sync with LDFLAGS defined by build-package.sh.
* Remove redundant license file definition - determined automatically.
2020-07-24 16:50:15 +03:00
Lucy Phipps
3c2bf3e7dd new package: Electric Fence 2020-07-24 15:20:40 +03:00
Lucy Phipps
2b18ccb0c8 python: update to 3.8.5 2020-07-24 15:19:44 +03:00
Fredrik Fornwall
5a4eedcd45 nnn: Update from 3.2 to 3.3 2020-07-23 16:01:23 +02:00
Leonid Pliushch
6ee315200b libuv: update patches 2020-07-22 19:50:10 +03:00
Leonid Pliushch
abd4236c29 libvorbis: update to 1.3.7 2020-07-22 19:17:01 +03:00
Leonid Pliushch
1a3caf70ca libuv: update to 1.38.1 2020-07-22 19:16:37 +03:00
Leonid Pliushch
60e4d20e9e libsndfile: update to 1.0.29~pre2 2020-07-22 19:16:21 +03:00
Leonid Pliushch
13f363df56 librsvg: update to 2.49.3 2020-07-22 19:15:56 +03:00
Leonid Pliushch
98cb7862d9 gh: update to 0.11.0 2020-07-22 19:14:47 +03:00
Leonid Pliushch
17bb47adfd geth: update to 1.9.17 2020-07-22 19:14:33 +03:00
Leonid Pliushch
77545f142f clamav: update to 0.102.4 2020-07-22 19:14:04 +03:00
Leonid Pliushch
52e861ec55 dnsutils: update to 9.16.5 2020-07-22 19:07:59 +03:00
Leonid Pliushch
18481f0d1e ccache: update to 3.7.11 2020-07-22 19:07:35 +03:00
Leonid Pliushch
c27cb7596b asciidoc: update to 9.0.2 2020-07-22 19:07:17 +03:00
Henrik Grimler
f989d1c43c libdispatch: fix HOMEPAGE typo 2020-07-22 16:55:22 +02:00
Krishna Kanhaiya
920e52123c Update : youtubedr to v1.2.3 2020-07-22 11:55:51 +05:30
Lucy Phipps
005b4c7556 fix fdupes 2020-07-22 03:29:59 +01:00
Leonid Pliushch
3c630be855 proot-distro: update to 0.3 2020-07-22 02:41:07 +03:00
Henrik Grimler
1d7c899c88 graphviz: fix compilation error when ps2pdf is not installed 2020-07-21 23:04:33 +02:00
Henrik Grimler
8269971ba0 libgrpc: update to 1.30.2 2020-07-21 22:06:03 +02:00
Henrik Grimler
937c7dc195 libevent: update to 2.1.12 2020-07-21 21:54:24 +02:00
Henrik Grimler
9e4ed47ec0 libgcrypt: update to 1.8.6 2020-07-21 21:50:56 +02:00
Henrik Grimler
d9716ff934 libdispatch: update to 5.2.3 2020-07-21 21:46:02 +02:00
Henrik Grimler
1358e7db68 libcap: update to 2.40 2020-07-21 21:41:55 +02:00
Henrik Grimler
1e81cd1e97 libjasper: update to 2.0.17 2020-07-21 21:28:15 +02:00
Henrik Grimler
d709cc5c87 graphviz: update to 2.44.1 2020-07-21 21:25:51 +02:00
Henrik Grimler
768f625c57 fmt: update to 7.0.1 2020-07-21 20:59:33 +02:00
Henrik Grimler
89586524cd fdupes: update to 2.1.1 2020-07-21 20:30:35 +02:00
Henrik Grimler
248345c1b9 asciidoc: update to 9.0.1 2020-07-21 20:25:54 +02:00
Henrik Grimler
8ff1f765fc ack-grep: update to 3.4.0 2020-07-21 20:24:04 +02:00
Henrik Grimler
c8b89fca7b kubectl: update to 1.18.6 2020-07-21 20:14:48 +02:00
Henrik Grimler
9344a7ce65 Merge pull request #5574 from termux/build-git-clone
build-package: add termux_git_clone_src function
2020-07-21 20:10:08 +02:00
Henrik Grimler
e112c4ed18 dart: fix error about unknown arch
Still fails due to not supporting python3.

%ci:no-build
2020-07-21 15:37:56 +02:00
Leonid Pliushch
d5b4dddff0 termux-tools: termux-reset: ensure that $PREFIX is RWX before deleting
Set RWX permissions recursively on $PREFIX before deleting it. This
is needed to ensure that all files and directories can be deleted
by `rm`.

However this may not work if permissions were messed up with root.
2020-07-21 16:01:45 +03:00
Henrik Grimler
75d3e9d054 Set TERMUX_PKG_SKIP_SRC_EXTRACT=true
Needed when packages override termux_step_get_source and do not set
TERMUX_PKG_SRCURL.

%ci:no-build
2020-07-21 10:19:54 +02:00
Henrik Grimler
e34dfb9502 ecj: refactor build.sh
Download src in termux_step_get_source, check if we are compiling on
device in termux_step_pre_configure instead of doing everything in
termux_step_make.

%ci:no-build
2020-07-21 10:14:19 +02:00
Henrik Grimler
93aec4fc7b Rename termux_step_extract_package->termux_step_get_source 2020-07-21 10:14:19 +02:00
Henrik Grimler
b2a23ca9cb Rename termux_step_post_extract_package->termux_step_post_get_source 2020-07-21 10:14:19 +02:00
Henrik Grimler
1c3eae9c3d dart: simplify build script a bit
Fails to build currently.
2020-07-21 10:14:19 +02:00
Henrik Grimler
b9d70881aa dart: rename termux_step_extract_package->termux_step_get_source
Also specify TERMUX_PKG_SRC_EXTRACT to make lint-packages happy.
2020-07-21 10:14:19 +02:00
Henrik Grimler
96d06b2734 gnunet: use new termux_git_clone_src function 2020-07-21 10:14:19 +02:00
Henrik Grimler
48ca8f1d14 libduktape: use new termux_git_clone_src function 2020-07-21 10:14:19 +02:00
Henrik Grimler
9d1dcd53af libgrpc: use new termux_git_clone_src function 2020-07-21 10:14:19 +02:00
Henrik Grimler
eb84d04e21 mbedtls: use new termux_git_clone_src function, specify git branch 2020-07-21 10:14:19 +02:00
Henrik Grimler
efb56e7e2e micro: use new termux_git_clone_src function 2020-07-21 10:14:19 +02:00
Henrik Grimler
7e662c4d6f pulseaudio: use new termux_git_clone_src function 2020-07-21 10:14:19 +02:00
Henrik Grimler
0f5cf18c69 transmission: use new termux_git_clone_src function, specify branch 2020-07-21 10:14:19 +02:00
Henrik Grimler
7c74bf9726 Rename termux_step_post_extract_package->termux_step_post_get_source 2020-07-21 10:14:19 +02:00
Leonid Pliushch
955a7b7c5c proot-distro: update to 0.2.1
Fixed out-of-sync version tag in script.
2020-07-21 04:51:56 +03:00
Leonid Pliushch
5821cc4e4c proot-distro: update to 0.2 2020-07-21 04:28:17 +03:00
Leonid Pliushch
9a1bf2f99c new package: proot-distro - see https://github.com/termux/proot-distro 2020-07-20 23:51:35 +03:00
Henrik Grimler
2935e51650 kona: update to 20200313 2020-07-20 22:44:17 +02:00
Henrik Grimler
ee37ed1753 hugo: update to 0.74.2 2020-07-20 22:41:33 +02:00
Henrik Grimler
e97548b642 jo: update to 1.4 2020-07-20 22:41:19 +02:00
Henrik Grimler
70be665dc6 isync: update to 1.3.2 2020-07-20 22:39:56 +02:00
Henrik Grimler
5b81be8808 imagemagick: update to 7.0.10.24 2020-07-20 22:38:06 +02:00
Henrik Grimler
b40c5c8f24 help2man: update to 1.47.16 2020-07-20 22:33:56 +02:00
Henrik Grimler
35a4254cb3 gnunet: update to 0.13.1 2020-07-20 22:32:59 +02:00
Henrik Grimler
051875b76b gnuplot: update to 5.4.0 2020-07-20 22:28:45 +02:00
Henrik Grimler
6b191eac5a gpgme: update to 1.14.0 2020-07-20 22:28:17 +02:00
Henrik Grimler
63d4d7079c gnupg: update to 2.2.21 2020-07-20 22:28:04 +02:00
Henrik Grimler
f7a0762640 git-delta: update to 0.3.0 2020-07-20 22:27:35 +02:00
Henrik Grimler
f0a720d89d glib: update patch 2020-07-20 22:22:13 +02:00
Henrik Grimler
f7b717aa0f gitea: update to 1.12.2 2020-07-20 22:09:47 +02:00
Henrik Grimler
5716bb3adf glib: update to 2.64.4 2020-07-20 22:08:52 +02:00
Henrik Grimler
c95e0ab427 ffmpeg: update to 4.3.1
Minor update so dependencies do not seem to need to be bumped.
2020-07-20 22:00:31 +02:00
Henrik Grimler
7078d77bcf fsmon: update to 1.8.1 2020-07-20 21:55:12 +02:00
Henrik Grimler
7749601c6f fribidi: update to 1.0.10 2020-07-20 21:54:01 +02:00
Henrik Grimler
e32a5dac03 exiv2: update to 0.27.3 2020-07-20 21:43:11 +02:00
Henrik Grimler
824df64cab elvish: update to 0.14.0 2020-07-20 21:41:55 +02:00
Henrik Grimler
897de3f8a1 elixir: update to 1.10.4 2020-07-20 21:39:40 +02:00
Henrik Grimler
ba2c72a1e7 dropbear: update to 2020.80 2020-07-20 21:36:23 +02:00
Henrik Grimler
3652674af6 ctypes-sh: update to 1.2 2020-07-20 21:35:33 +02:00
Henrik Grimler
d439c1ccba dash: update to 0.5.11.1 2020-07-20 21:35:05 +02:00
Henrik Grimler
255fc45259 cmake: update to 3.18.0 2020-07-20 21:30:39 +02:00
Henrik Grimler
e2340585bc libcurl: update to 7.71.1 2020-07-20 21:29:52 +02:00
Henrik Grimler
37515713b2 cava: update to 0.7.2 2020-07-20 21:23:39 +02:00
Henrik Grimler
0c41ef423a caddy: update to 2.1.1 2020-07-20 21:23:11 +02:00
Henrik Grimler
46e46767fc bash: update to patch level 18 2020-07-20 21:22:34 +02:00
Henrik Grimler
788c01ffe6 antibody: update to 6.1.0 2020-07-20 21:21:47 +02:00
Henrik Grimler
29febd88a7 algernon: update to 1.12.8 2020-07-20 21:20:43 +02:00
Henrik Grimler
30b2f100c2 busybox: update to 1.32.0 2020-07-20 21:19:40 +02:00
Joel Grunbaum
66d30a72ba Added package: Aspell 2020-07-20 17:54:53 +02:00
its-pointless
3aba58e29a enable php ffi 2020-07-18 07:51:06 +02:00
Nuruddin Ashr
3ba79550b1 Upgrade to golang version 1.14.6 2020-07-17 13:07:25 +03:00
Lucy Phipps
d393f6e8b9 new package: xdelta3 2020-07-17 13:06:54 +03:00
Leonid Pliushch
e429c7156c rename: talib --> ta-lib 2020-07-16 20:51:28 +03:00
Wetitpig
88e13faa0e Full version of apksigner from Android SDK (#5553) 2020-07-16 20:42:05 +03:00
Henrik Grimler
9342d2584d clang: replace clangd from @its-pointless repo 2020-07-16 10:41:45 +02:00
Nuruddin Ashr
ebc92a9485 Upgrade to go version 1.14.5 2020-07-15 10:08:58 +03:00
ifurther
43584f0b52 new package: z3 (#5542) 2020-07-15 01:45:53 +03:00
ifurther
a877186bab new package: talib (#5526) 2020-07-15 00:33:49 +03:00
Leonid Pliushch
4c75e489b5 dpkg: update to 1.20.5 2020-07-14 13:05:09 +03:00
Leonid Pliushch
9ae4d26a6c ffsend: disable package - no longer working
Mozilla shutted down the Firefox Send service for unknown period due to
reports about "spreading malware".

Disable the package for this time.
2020-07-12 16:48:28 +03:00
Lucy Phipps
ac9e4723c3 zip: always assume large file support
fixes #5504
2020-07-12 09:23:30 +02:00
Leonid Pliushch
2ae0a8b8c8 html2text: fix manpage installation 2020-07-11 23:09:23 +03:00
Leonid Pliushch
5a3f81d75b termux-create-package: update to 0.10 2020-07-11 01:18:29 +03:00
Leonid Pliushch
6e77233683 termux-api: depend on busybox
Uses busybox in some scripts.
2020-07-11 01:10:04 +03:00
Leonid Pliushch
f24fd9098c cronie: keep LD_PRELOAD and TZ variables 2020-07-11 01:01:06 +03:00
Leonid Pliushch
cb50933035 cronie: depend on dash instead of bash
As it uses $PREFIX/bin/sh for executing commands.
2020-07-11 00:55:45 +03:00
Leonid Pliushch
4a8a1b3d95 cronie: bump revision 2020-07-11 00:52:15 +03:00
Leonid Pliushch
ac4f2b9ac5 cronie: bump revision 2020-07-11 00:25:36 +03:00
Henrik Grimler
0cc66eb40b libc++: bump to build r21d 2020-07-10 22:02:55 +02:00
Leonid Pliushch
b341639e0f cronie: copy important environment variables
https://github.com/termux/termux-packages/issues/5510
2020-07-10 19:25:41 +03:00
Butta
e303a010a4 swift: add clang dependency 2020-07-10 11:56:25 +02:00
Henrik Grimler
1a4aa0791c clang: break libllvm 9.0.1
At least one file has been moved between packages, see
https://github.com/termux/termux-packages/issues/5506.
2020-07-10 10:37:17 +02:00
Butta
4e756545ff swift: bump revision to pick up new clang version 2020-07-10 06:01:16 +02:00
Henrik Grimler
d236abc608 Command-not-found: update to latest command lists 2020-07-09 21:14:05 +02:00
Leonid Pliushch
af5fc36867 apt: fix regression when building of apt-ftparchive was disabled and produced empty subpackage 2020-07-09 20:29:22 +03:00
Henrik Grimler
7651009903 ldc: bump to rebuild 2020-07-09 18:23:33 +02:00
Henrik Grimler
325c152a3f aapt: bump to rebuild 2020-07-09 18:23:33 +02:00
Henrik Grimler
0ef42ab604 ldc: bump to rebuild
ldc for x86_64 contains lots of unrelated binaries. Probably due to me building it locally and somehow messing that up.
2020-07-09 16:08:34 +02:00
Henrik Grimler
37ea624f96 aapt: bump again to build with new docker image 2020-07-09 16:03:38 +02:00
Henrik Grimler
70dec97ce7 aapt: bump to rebuild 2020-07-09 13:54:07 +02:00
Henrik Grimler
eabd6c2c5d rust: blacklist x86_64 for now due to build failure
%ci:no-build
2020-07-09 13:51:35 +02:00
Henrik Grimler
bb7e8e6969 libdispatch: remove no longer needed patch 2020-07-09 13:51:35 +02:00
Henrik Grimler
7a1cc468bc fish: fix undefined reference to posix_spawn 2020-07-09 13:51:35 +02:00
its-pointless
e16ed5140d rebuild apt for new libc++ 2020-07-09 13:51:35 +02:00
its-pointless
d1dc931a1a fix libllvm because of changed docker image. 2020-07-09 13:51:35 +02:00
Butta
5be5f78362 lldb: update from 9.0.1 to 10.0.0 2020-07-09 13:51:35 +02:00
Butta
fe6b72da02 libllvm: update from 9.0.1 to 10.0.0 2020-07-09 13:51:35 +02:00
its-pointless
746eb90bfc rust ndk-sysroot 2020-07-09 13:51:35 +02:00
its-pointless
6493ba203b php: avoid fcgi header 2020-07-09 13:51:35 +02:00
its-pointless
5c1249295f fix aapt build 2020-07-09 13:51:35 +02:00
its-pointless
148d5c0685 fish using spawn.h 2020-07-09 13:51:35 +02:00
its-pointless
ec0d56f6bc libarchive: don't link acl and attr 2020-07-09 13:51:35 +02:00
its-pointless
84e2ab35ec fix building ldc after building libllvm 2020-07-09 13:51:35 +02:00
its-pointless
7808db2329 ccnet fix building after libdb 2020-07-09 13:51:35 +02:00
its-pointless
4cf817a3a5 wordgrinder: avoid using install zip.h 2020-07-09 13:51:35 +02:00
its-pointless
43f5eb9281 r21 cross over in progress 2020-07-09 13:51:35 +02:00
Leonid Pliushch
a6ecbd5015 moreutils: bump revision 2020-07-09 14:08:46 +03:00
lucy phipps
b253a4b725 moreutils: exclude parallel(1) documentation 2020-07-09 13:37:54 +03:00
Butta
ccbac394fc swift: tweaks to get on-device build working again 2020-07-09 02:23:00 +03:00
Leonid Pliushch
3fa9c23c5d libllvm: bump revision 2020-07-09 02:19:35 +03:00
ifurther
4adffed10e libllvm: build clang-tidy (#5495) 2020-07-09 02:18:41 +03:00
Janrupf
583cef40fc new package: cups (#5472) 2020-07-09 02:02:18 +03:00
Leonid Pliushch
7c5b881d04 util-linux: bump revision 2020-07-09 01:55:23 +03:00
Leonid Pliushch
cb014db4a8 util-linux: remove /bin/applets from PATH 2020-07-09 01:55:16 +03:00
Leonid Pliushch
c201840a77 ruby: bump revision 2020-07-09 01:52:27 +03:00
Leonid Pliushch
40c20d0017 ruby: remove /bin/applets from PATH 2020-07-09 01:52:22 +03:00
Leonid Pliushch
4acee3f693 gdb: bump revision 2020-07-09 01:46:42 +03:00
Leonid Pliushch
e869178f30 gdb: use nano as default editor 2020-07-09 01:46:28 +03:00
Leonid Pliushch
a4fab11a39 perl: bump revision 2020-07-09 01:45:27 +03:00
Leonid Pliushch
0229bc5b38 perl: remove Cwd.pm.patch 2020-07-09 01:44:36 +03:00
Leonid Pliushch
c86bb4a1d4 libgcrypt: bump revision 2020-07-09 01:40:29 +03:00
Leonid Pliushch
338f8b43bc libgcrypt: do not use binaries from $PREFIX/bin/applets 2020-07-09 01:40:08 +03:00
Leonid Pliushch
656550b02c k2pdfopt: bump revision 2020-07-09 01:37:31 +03:00
Leonid Pliushch
40120eb77f k2pdfopt: remove /bin/applets from PATH 2020-07-09 01:37:23 +03:00
Leonid Pliushch
c41e0b01a0 shellinabox: bump revision 2020-07-09 01:34:37 +03:00
Leonid Pliushch
fe75678f37 shellinabox: remove /bin/applets from PATH 2020-07-09 01:34:32 +03:00
Leonid Pliushch
11ae34095b python2: bump revision 2020-07-09 01:34:09 +03:00
Leonid Pliushch
48847992ea python2: remove /bin/applets from PATH 2020-07-09 01:34:04 +03:00
Leonid Pliushch
01afdd2437 python: bump revision 2020-07-09 01:29:56 +03:00
Leonid Pliushch
5da4a40cd0 python: remove /bin/applets from PATH 2020-07-09 01:29:50 +03:00
Leonid Pliushch
7d0fa4f87b mc: bump revision 2020-07-09 01:15:49 +03:00
Leonid Pliushch
32d06bc80b mc: use $PREFIX/bin/rm instead of $PREFIX/bin/applets/rm 2020-07-09 01:15:28 +03:00
Leonid Pliushch
37fd9916f7 lynx: bump revision 2020-07-09 01:14:58 +03:00
Leonid Pliushch
1b1cf87879 lynx: use $PREFIX/bin/telnet instead of $PREFIX/bin/applets/telnet 2020-07-09 01:14:33 +03:00
Leonid Pliushch
eaaf2befd3 keychain: bump revision 2020-07-09 01:13:45 +03:00
Leonid Pliushch
aec58b1799 keychain: remove /bin/applets from PATH 2020-07-09 01:13:40 +03:00
Leonid Pliushch
46ae6589e8 kakoune: bump revision 2020-07-09 01:13:14 +03:00
Leonid Pliushch
db398ea053 kakoune: remove /bin/applets from PATH 2020-07-09 01:13:07 +03:00
Leonid Pliushch
7e131acd45 glib: bump revision 2020-07-09 01:12:44 +03:00
Leonid Pliushch
b889c4bc40 glib: remove /bin/applets from PATH 2020-07-09 01:12:39 +03:00
Leonid Pliushch
5f35941f36 findutils: bump revision 2020-07-09 01:11:30 +03:00
Leonid Pliushch
2e969d4c63 findutils: remove /bin/applets from PATH 2020-07-09 01:11:25 +03:00
Leonid Pliushch
ffffd9fc42 e2fsprogs: bump revision 2020-07-09 01:11:02 +03:00
Leonid Pliushch
d9f72ae7e2 e2fsprogs: remove /bin/applets from PATH 2020-07-09 01:10:57 +03:00
Leonid Pliushch
6b6b0b0097 dropbear: bump revision 2020-07-09 01:10:30 +03:00
Leonid Pliushch
870616573c dropbear: remove /bin/applets from PATH 2020-07-09 01:10:21 +03:00
Leonid Pliushch
2ba6c12415 dash: bump revision 2020-07-09 01:09:47 +03:00
Leonid Pliushch
9ecd2872f8 dash: remove /bin/applets from PATH 2020-07-09 01:09:41 +03:00
Leonid Pliushch
b6aa249557 bash: bump revision 2020-07-09 01:08:27 +03:00
Leonid Pliushch
30d39ac7e0 bash: remove /bin/applets from PATH 2020-07-09 01:08:21 +03:00
Leonid Pliushch
3f081dd19e termux-tools: do not mkdir $PREFIX/bin/applets 2020-07-09 00:59:24 +03:00
valpogus
15607d4d2c tokei: update to 12.0.4 (#5468) 2020-07-09 00:55:15 +03:00
ifurther
5c63801a8f dpkg: up to 1.20.4 2020-07-09 00:54:20 +03:00
Leonid Pliushch
17d5dfc0a6 finalize the busybox deprecation, add cronie as busybox crond replacement (#5499) 2020-07-09 00:53:36 +03:00
Henrik Grimler
81daf09779 Revert "Update command-not-found lists"
This reverts commit 81735731ca0ac4522a8bdcd630a16ccca592d7f8.

Something went wrong with the latest list update:
https://github.com/termux/command-not-found/issues/4
2020-07-08 22:07:20 +02:00
Henrik Grimler
9eb88a5533 Update command-not-found lists 2020-07-08 21:57:48 +02:00
Henrik Grimler
31ba75e5b4 termux-licenses: bump
Deb is missing from dl.bintray.com
2020-07-08 14:39:44 +02:00
Henrik Grimler
2086fb6b88 hunspell{,-ru}: fix accidental build.sh mix up.. 2020-07-08 13:54:50 +02:00
Henrik Grimler
ce0152d707 hunspell-ru: use dictionaries updated on 20200604 2020-07-08 13:34:59 +02:00
Leonid Pliushch
2aaadc04d0 dash: bump revision 2020-07-08 14:31:00 +03:00
Leonid Pliushch
02b0af77bd harfbuzz: bump revision 2020-07-08 14:29:04 +03:00
Henrik Grimler
5864c3b1bd googletest: bump to rebuild
Debs were not uploaded yesterday
2020-07-08 13:26:16 +02:00
Leonid Pliushch
999e5a7365 termux-create-package: update to 0.9 2020-07-08 14:25:30 +03:00
Henrik Grimler
f9b41d8561 libdb: rebuild
Only aarch64 was uploaded in the manual rebuild it seems.

Fixes https://github.com/termux/termux-packages/issues/5493
2020-07-08 13:24:28 +02:00
Leonid Pliushch
ea91ae1458 bumping again flex, libgcrypt, libffi 2020-07-07 19:51:44 +03:00
Henrik Grimler
dcb926abd4 Copy LICENSE file for some licenses instead of using generic one (#5478)
* termux-licenses: remove licenses that contain copyright information

These licenses cannot be taken from the common termux-licenses package as the copyright information needs to be distributed with the package as well.

271 packages in the main repository needs to be rebuilt after this change.

* termux_step_install_license: remove duplicated comment

* Bump packages that has a license with copyright information

We need to include this copyright information in the package so need
to rebuild them now that termux_step_install_license has been
modified.

The affected licenses are: MIT, ISC, PythonPL, Openfont-1.1, ZLIB,
Libpng, BSD, BSD 2-Clause, BSD 3-Clause.

* zlib: extract license file from zlib.h

* xorgproto: include all individual license files in package

* libgcrypt: include LICENSE file in package

It contains some copyright information so needs to be included in package

* libcrypt: add a dummy BSD 2-Clause license

According to homepage it is suppose to be BSD 2-Clause, but original
project did not include a license file

* libandroid-spawn: add LICENSE file to package

* libandroid-glob: add license file to package

* licenses: allow for comma separated TERMUX_PKG_LICENSE_FILE

%ci:no-build

* libicu: fix so that termux_step_install_license finds license file

%ci:no-build

* termux_step_install_license: check for license file as "License"

%ci:no-build

* libtiff: specify TERMUX_PKG_LICENSE_FILE

%ci:no-build

* asciidoctor: install license to standard location

* krb5: specify license file

* libdb: specify path to license file

%ci:no-build

* libprotobuf: specify path to license file

* darkhttpd: extract license file from darkhttpd.c

* w3m: ensure host libraries are not picked up

* w3m: extract LICENSE file from dock/README

* liblua{,52}: extract license files from doc/readme.html

* termux_step_install_license: look for License.txt as well

* dart: specify path to LICENSE file

* nim: specify license file

* runit: specify license file

* termux_step_install_license: look for LICENSE.TXT as well

* ossp-uuid: extract LICENSE from README

* pigz: extract LICENSE from pigz.c

* ttyrec: extract LICENSE from ttyrec.c

%ci:no-build

* bmon: specify license files

Most of the source files are licensed under MIT, it is not clear (to me) which
parts that are licensed under BSD 2-Clause.

%ci:no-build

* wordgrinder: specify license files

* fdupes: add LICENSE

* autossh: add LICENSE patch

* cmake: specify LICENSE file

* dos2unix: specify LICENSE file

* gnuplot: specify LICENSE file

* termux_step_install_license: look for variants of "copyright" also

* picolisp: specify LICENSE file

* lua-lpeg: extract license file

* tidy: specify license file

* gflags: specify LICENSE file

* timewarrior: fix src url

It seems to have been changed.

* postgresql: specify license file

* ttyrec: fix license patch header

* fossil: specify license file

* fmt: specify license file

* i2pd: specify license file

* leptonica: specify license file

* imgflo: add license file patch

* ired: add license file from ired github repo

* libzen: specify license file

* libmediainfo: specify license file

* mediainfo: specify license file

* tty-clock: add license patch

* samefile: add license patch

* quickjs: add license patch

* docbook-xml: add LICENSE patch

* docbook-xsl: specify LICENSE files

* gnuplot: configure with --without-latex

* timewarrior: add libshared to SRCURL as well

The non-release archives does not contain gitsubmodules so we need to
download it manually.

* restic: switch back to using 0.9.6 archive

* dart: revert revision bump

dart's SDK does not fully support python3 yet, and trying to solve
that is not entirely trivial. We save the dart bump (and upgrade to
2.8.4) for another day.

%ci:no-build
2020-07-07 18:45:45 +02:00
Leonid Pliushch
c75ba9f7fa tar: bump revision 2020-07-07 19:35:32 +03:00
Leonid Pliushch
3b145416a1 sed: bump revision 2020-07-07 19:35:31 +03:00
Leonid Pliushch
9f1a36c48f nano: bump revision 2020-07-07 19:35:30 +03:00
Leonid Pliushch
536a3dfe2a readline: bump revision 2020-07-07 19:35:14 +03:00
Leonid Pliushch
069f0971e4 libmpfr: bump revision 2020-07-07 19:35:13 +03:00
Leonid Pliushch
fe6c995400 libunistring: bump revision 2020-07-07 19:34:52 +03:00
Leonid Pliushch
6ad6a8010f libidn2: bump revision 2020-07-07 19:34:51 +03:00
Leonid Pliushch
fa84c9be16 inetutils: bump revision 2020-07-07 19:34:50 +03:00
Leonid Pliushch
bf3dbf2a9c gzip: bump revision 2020-07-07 19:34:22 +03:00
Leonid Pliushch
b1ec7abcf2 grep: bump revision 2020-07-07 19:34:21 +03:00
Leonid Pliushch
ae04ce1f17 libgmp: bump revision 2020-07-07 19:34:20 +03:00
Leonid Pliushch
47787fce20 findutils: bump revision 2020-07-07 19:33:41 +03:00
Leonid Pliushch
a603a6cc34 ed: bump revision 2020-07-07 19:33:39 +03:00
Leonid Pliushch
8a60ea2c5e diffutils: bump revision 2020-07-07 19:33:38 +03:00
Leonid Pliushch
328593de6d coreutils: bump revision 2020-07-07 19:33:38 +03:00
Leonid Pliushch
ea2583bb02 gawk: bump revision 2020-07-07 19:33:14 +03:00
Leonid Pliushch
d1a3bece8e bash: bump revision 2020-07-07 19:33:13 +03:00
Leonid Pliushch
833b7fd1bb flex: bump revision 2020-07-07 19:32:21 +03:00
Leonid Pliushch
23d31c27a4 libffi: bump revision 2020-07-07 19:24:02 +03:00
Leonid Pliushch
fdd7687d60 libgcrypt: bump revision 2020-07-07 19:24:01 +03:00
Leonid Pliushch
49a9c5fac3 termux-create-package: update to 0.8 2020-07-07 01:38:45 +03:00
Henrik Grimler
d823c7f5fd librsync: bump revision after libpopt update 2020-07-04 14:35:52 +02:00
Leonid Pliushch
b6be88b8ef rsync: bump revision
Rebuild rsync for https://github.com/termux/termux-packages/issues/5471.
2020-07-04 15:29:31 +03:00
Henrik Grimler
74b1e74825 libpopt: update to 1.18 2020-07-04 10:42:04 +02:00
Henrik Grimler
2308165388 exiftool: bump after perl update 2020-07-04 10:37:49 +02:00
Henrik Grimler
576d91375d irssi: bump after perl update 2020-07-04 10:37:39 +02:00
Henrik Grimler
ab7f4bf44a psutils: update to 2.03 2020-07-04 10:37:14 +02:00
Henrik Grimler
6a7a1cf7cc perl: update to 5.32.0 2020-07-04 10:36:52 +02:00
Henrik Grimler
6fea4d1dde Bump updated packages to restart build
Previous CI build failed because libebml was not updated, and libmatroska needed newer version
2020-07-04 10:09:01 +02:00
Henrik Grimler
62960f0f63 libebml: update to 1.4.0 2020-07-04 10:05:10 +02:00
Henrik Grimler
de999c43ba libmatroska: update to 1.6.0 2020-07-04 09:15:04 +02:00
Henrik Grimler
bed59b9623 libmicrohttpd: update to 0.9.71 2020-07-04 09:14:14 +02:00
Henrik Grimler
a6aaacba8f libmpdclient: update to 2.19 2020-07-04 09:14:00 +02:00
Henrik Grimler
d79b82de3e profanity: update to 0.9.5 2020-07-04 09:13:44 +02:00
Henrik Grimler
a4c4e1937d shfmt: update to 3.1.2 2020-07-04 09:13:34 +02:00
Henrik Grimler
ade6443584 valac: update to 0.48.7 2020-07-04 07:47:08 +02:00
Henrik Grimler
01f1c2343c utf8proc: update to 2.5.0 2020-07-04 07:46:54 +02:00
Henrik Grimler
06b8823f2a utf8cpp: update to 3.1.1 2020-07-04 07:46:44 +02:00
Henrik Grimler
6d8411d3c9 unrar: update to 5.9.4 2020-07-04 07:46:32 +02:00
Henrik Grimler
89ce292f4d ttyd: update to 1.6.1 2020-07-04 07:46:20 +02:00
Leonid Pliushch
476bb7876b swi-prolog: update to 8.3.3 2020-07-03 00:27:30 +03:00
Henrik Grimler
d9a29c8581 mosquitto: add termux-services script 2020-07-02 21:21:20 +02:00
Leonid Pliushch
00a23a71f2 rust: bump revision 2020-07-01 20:30:33 +03:00
Leonid Pliushch
676d097b78 youtubedr: bump revision 2020-07-01 20:30:22 +03:00
Leonid Pliushch
0ed7bc3315 rust: bump revision 2020-07-01 20:00:54 +03:00
Leonid Pliushch
812bd6713b youtubedr: bump revision 2020-07-01 20:00:43 +03:00
Leonid Pliushch
d0dce8ed07 rust: bump revision 2020-07-01 17:39:26 +03:00
Leonid Pliushch
33eacf5e9e youtubedr: bump revision 2020-07-01 17:38:55 +03:00
Noah
8c38dc6ce6 rust: update to 1.43.1 (#5387) 2020-07-01 14:58:08 +03:00
Leonid Pliushch
a7d3aa5323 Update build.sh 2020-07-01 14:57:35 +03:00
Krishna Kanhaiya
167d438a05 Update build.sh 2020-07-01 14:57:35 +03:00
Krishna Kanhaiya
14aff4093a Update build.sh 2020-07-01 14:57:35 +03:00
Krishna Kanhaiya
bfa5982cfd Update: youtubedr to v1.2.2 2020-07-01 14:57:35 +03:00
Leonid Pliushch
f7216d85b8 termux-tools: bump revision 2020-07-01 14:49:59 +03:00
Henrik Grimler
d25ef2c156 termux-tools: add cmd wrapper as well
See https://github.com/termux/termux-api/issues/354.
2020-07-01 12:37:34 +02:00
ruki
2a6cb90f90 xmake: update v2.3.5 (#5455) 2020-06-28 09:49:11 +02:00