AJ ONeal
990221454e
add fetchers for non-GitHub release sources
...
New fetcher packages:
- golang: golang.org/dl/?mode=json&include=all
- zigdist: ziglang.org/download/index.json
- flutterdist: Google Storage per-OS release indexes
- iterm2dist: scrapes iterm2.com/downloads.html
- hashicorp: releases.hashicorp.com/{product}/index.json
- juliadist: julialang-s3.julialang.org/bin/versions.json
Each follows the same iter.Seq2 pattern as the existing nodedist/github
fetchers. Added releases.conf files for all six packages and wired them
into cmd/fetchraw.
Fixed latest-version detection for sources that return unordered data
(hashicorp, zigdist, juliadist) by comparing all versions with lexver
instead of taking the first stable one found.
2026-03-09 22:39:16 -06:00
AJ ONeal
f1d1027701
ref: handle fetch errors consistently (Fetcher.fetch)
2024-12-16 00:20:01 +00:00
AJ ONeal
14cebeeb61
ref(webi): complete transition from 'request' for 'fetch'
2024-12-16 00:01:13 +00:00
MichalTirpak
ba94ad883b
partial refactor for files regarding the ISSUE#898 request to fetch besides mariadb
2024-12-15 06:51:44 +00:00
AJ ONeal
3fa4b207e4
fix(flutter): use _filename to not generate extraneous terms from download url
2024-01-02 15:27:08 -07:00
AJ ONeal
539dd83ee8
fix(flutter): set full download string directly on build info
2024-01-02 12:27:43 -07:00
AJ ONeal
b908672f12
fix(flutter): add _version to match version in filepath
2023-11-15 21:31:20 -07:00
AJ ONeal
b925ebe746
fix(flutter): remove incorrect os/arch detection
2023-11-15 21:31:19 -07:00
AJ ONeal
42f9e73b55
ref(flutter): cleanup releases.js, add hash, don't resort
2023-11-14 12:10:04 -07:00
AJ ONeal
e49ba2ba92
fix(flutter): update release URLs for v3.x
2023-11-14 12:09:53 -07:00
AJ ONeal
aa03b9e4f1
fix(flutter): fix bad 'v' match: don't replace 'dev' with 'de'
2023-11-14 10:55:08 -07:00
AJ ONeal
17f4b99f23
doc: minor updates to various Files sections
2023-10-17 17:23:07 +00:00
RubenRam
acf02f31d9
doc(flutter): update Files section
2023-10-17 17:18:47 +00:00
AJ ONeal
21c668b4b7
chore(fmt): set .prettierrc.json.trailingComma = "all"
2023-01-24 17:54:39 +00:00
AJ ONeal
d2fdc7b41a
refactor!(posix): use posix shebang #!/bin/sh ( fix #494 )
2022-08-21 07:10:33 +00:00
brij
fdeefd7e75
refactor(posix): remove function prefixes from all shell files
2022-08-18 15:10:58 +00:00
MoNakouzi
82af8b46a4
docs: replace ``bash with ``sh in all .md files
2022-08-15 20:45:43 +00:00
Marcin Woźniak
4c539f3bd2
chore(sh): remove more unnecessary 'echo' from all scripts ( fix #466 )
2022-08-15 20:33:32 +00:00
Marcin Woźniak
ca7a838c6f
chore(style): convert blocks into functions (see #325 )
2021-11-21 10:50:03 +00:00
AJ ONeal
20dea82a28
docs: update 'Updating' sections with new format
2021-08-15 05:57:26 +00:00
AJ ONeal
46445e9382
cleanup: shfmt, shellcheck, and whitespace
2021-04-26 07:03:47 +00:00
AJ ONeal
8b96119dc9
workarounds for fluter
2020-10-05 22:07:59 +00:00
AJ ONeal
c77b2afba8
add webi dat dat dat
2020-07-09 11:46:17 +00:00
AJ ONeal
df64451d4c
webi/template.bash => _webi/template.sh
2020-06-17 20:33:07 -06:00
AJ ONeal
eeaa8db394
update (almost) all taglines and descs
2020-06-17 00:10:00 +00:00
AJ ONeal
5e0debf4c5
generalize, a lot
2020-06-16 10:45:54 +00:00
AJ ONeal
9469f29e2f
update variables _new_ => _src_, _common_ => _dst_,
2020-06-14 13:24:05 -06:00
AJ ONeal
e297427e0b
mostly update comments, fix gitea releases.js
2020-06-14 12:31:37 -06:00
AJ ONeal
b7f5ccf4d1
make link before add to PATH package's responsibility
2020-06-14 02:11:21 -06:00
AJ ONeal
8caca2482c
move more install logic to webi/template.bash
2020-06-14 01:41:04 -06:00
AJ ONeal
5a7fab00cf
update flutter install
2020-06-14 00:20:53 -06:00
AJ ONeal
1c8b477efd
remove install files as soon as we're done with them
2020-05-07 02:30:44 +00:00
AJ ONeal
aca704f2d3
burn the logs and use 'install.bash'
2020-05-06 03:28:55 +00:00
AJ ONeal
04684bab21
update for latest API
2020-05-04 11:46:54 +00:00
AJ ONeal
fa2dcece4c
make Prettier
2020-05-03 10:49:06 +00:00
AJ ONeal
211918933d
add flutter
2020-05-03 09:59:03 +00:00
AJ ONeal
77be4eb172
add examples
2020-04-28 00:11:18 +00:00
AJ ONeal
07b4e36eed
make Prettier
2020-04-27 20:52:30 +00:00
AJ ONeal
70691b7ab4
TODO translate versions
2020-04-27 06:08:27 +00:00
AJ ONeal
a7bd695b10
bugfix file copy and version detect
2020-04-27 06:00:09 +00:00
AJ ONeal
fc9008a905
add flutter
2020-04-27 05:30:38 +00:00