Commit Graph

9779 Commits

Author SHA1 Message Date
Ed Reel
21f11675dd Revert "lib/const: Simplify + cleanup (#8890)" (#8895)
This reverts commit f3a58c9492.

Fixes `crew install vim` and `crew install cantarell_fonts`.
2023-11-05 17:49:42 -05:00
Ed Reel
f3fe51b470 Vscodium 1.83.1.23285 => 1.84.0.23306 (#8893) 2023-11-05 11:38:37 -05:00
SupeChicken666
f3a58c9492 lib/const: Simplify + cleanup (#8890)
* lib/const: Simplify + cleanup

* Fix nil issue

* Update const.rb

* Always convert result to boolean

* Always convert result to boolean

* Use File.join to prevent duplicate slashes

* rubocop: Disable `Lint/RedundantSafeNavigation` rule

* ruby_rubocop: Update checksum

* Fix logic

* Change `CREW_DLL_PREFIX` to `CREW_WINE_PREFIX`

* Use `&&` to concatenate commands

* Update const.rb

* Remove redundant `nil`

* Bump version

* Align + more cleanup

* Don't use ENV.fetch when default value is not needed
2023-11-05 10:12:41 -06:00
SupeChicken666
18b3b5e604 lib/package: Remove reload_constants and its usage (#8889) 2023-11-05 10:06:48 -06:00
Ed Reel
f06c548d03 Opera 104.0.4944.33 => 104.0.4944.36 (#8892) 2023-11-05 10:11:51 -05:00
Ed Reel
5fd3d99d76 Edge 118.0.2088.76-1 => 119.0.2151.44-1 (#8891)
Co-authored-by: chronos <noreply@gitlab.com>
2023-11-05 10:09:11 -05:00
Satadru Pramanik, DO, MPH, MEng
9c8f86edd9 fix install.sh on newer milestones on arm (#8888) 2023-11-03 16:08:03 -05:00
Satadru Pramanik, DO, MPH, MEng
5611f1c4ee bzip3 => 1.3.2 (#8886) 2023-11-03 15:52:39 -05:00
Satadru Pramanik, DO, MPH, MEng
e390d64dfa bzip2 rebuild (#8885) 2023-11-03 15:02:21 -05:00
Satadru Pramanik, DO, MPH, MEng
d0a36c61f8 pipewire => 0.3.84 (#8884) 2023-11-03 14:15:30 -05:00
Ed Reel
5d6e597a46 Zotero 6.0.27 => 6.0.30 (#8883) 2023-11-03 13:36:25 -04:00
Satadru Pramanik, DO, MPH, MEng
98674d95d7 pip deps: handle nil case (#8882)
* pip deps: handle nil case

* bump version

* Use -U for pip everywhere, and also cleanup installing message.

* do not show Requirement already satisfied
2023-11-03 11:52:39 -05:00
Ed Reel
2810fe47ce Gawk 5.2.2 => 5.3.0 (#8881) 2023-11-03 06:13:08 -04:00
Satadru Pramanik, DO, MPH, MEng
6d8c7659fe Add py3_ruff, modify pip logic to exclude extra packages (#8880)
* add py3_ruff to py3_codespell

* Add py3_ruff, modify pip logic to exclude extra packages

* add py3_cffi binaries
2023-11-03 00:43:57 -05:00
Satadru Pramanik, DO, MPH, MEng
46959db84c pip buildsystem: install python deps automatically (#8879)
* pip buildsystem: install python deps automatically

* add rust build dep for py3_azure_cli

* fix py3_cryptography

* handle nil array

* cleanup deps string

* cleanup

* adjust deps and messages

* adjust messages

* adjust messages

* adjust messages, change pip cmdline

* add binaries for py3_cryptography
2023-11-02 22:10:32 -05:00
Satadru Pramanik, DO, MPH, MEng
a2ccceb758 git => 2.42.1 (#8878) 2023-11-02 19:38:59 -05:00
Ed Reel
0661d880e3 Fix /usr/local/lib/crew/lib/buildsystems/pip.rb:21:in eval: no implicit conversion of nil into String (TypeError) (#8877) 2023-11-02 16:07:10 -04:00
Ed Reel
fcededfe25 Fix -bash: /usr/local/share/azure-cli/az.completion: No such file or directory (#8876) 2023-11-02 14:32:59 -04:00
Ed Reel
260222a232 Update azure_cli package (#8875)
Add pip_install_extra property to buildsystems/pip

Add py3_azure_cli package

Add az fake package

Convert azure_cli to a fake package
2023-11-02 14:20:07 -04:00
Ed Reel
adef67f4c8 Skype 8.106.0.212 => 8.107.0.215 (#8874) 2023-11-02 13:22:27 -04:00
Ed Reel
aa03593279 Vivaldi 6.4.3160.34-1 => 6.4.3160.41-1 (#8873) 2023-11-02 13:22:01 -04:00
Ed Reel
7ff80d1d25 Brave 1.59.124 => 1.60.110 (#8872) 2023-11-02 13:21:27 -04:00
Satadru Pramanik, DO, MPH, MEng
7dc3f8edb7 Inetutils => 2.4 (#8871)
* fixup iputils filelists, add alive preflight message

* inetutils => 2.4
2023-11-02 11:28:21 -05:00
Satadru Pramanik, DO, MPH, MEng
d32cdb6119 Libunistring & connected deps update (#8868)
* libunistring => 1.1 (library version change)

* libidn2 rebuild

* update libpsl

* update gengetopt

* update fig2dev

* update libssh2

* rebuild libidn

* wget => 2.1.0

* add gperf, gnutls rebuilds

* wget rebuild

* wget => wget2, reorder package renames in fixup.rb

* rebuild gettext

* update tesseract

* guile => 3.0.9

* bind => 9.18.19

* cleanup

* add wallstreet preflight

* cleanup more deps

* update iputils

* update alive
2023-11-02 01:18:08 -05:00
Ed Reel
7e317ff07d Sqlite 3.43.2 => 3.44.0 (#8870) 2023-11-01 20:18:54 -04:00
Satadru Pramanik, DO, MPH, MEng
dbd118f523 buildsystems/autotools: only run configure if Makefile does not exist (#8869)
* buildsystems/autotools: only run configure if Makefile does not exist

* add CREW_CACHE_BUILD condition
2023-11-01 18:37:36 -05:00
Ed Reel
cac3166030 Xzutils 5.4.4 => 5.4.5 (#8867) 2023-11-01 16:32:36 -04:00
Ed Reel
cfad928142 Chrome 118.0.5993.117-1 => 119.0.6045.105-1 (#8866) 2023-11-01 14:21:40 -04:00
Satadru Pramanik, DO, MPH, MEng
3ac9ecc8a0 Add pre_configure_options to autotools (#8863) 2023-11-01 12:18:07 -05:00
Satadru Pramanik, DO, MPH, MEng
85d078e10d libproxy => 0.5.3 (#8864)
* libproxy => 0.5.3

* remove i686 filelist
2023-11-01 12:17:02 -05:00
Satadru Pramanik, DO, MPH, MEng
23f6adecc2 duktape => 2.7.0 (#8865) 2023-11-01 12:15:23 -05:00
Satadru Pramanik, DO, MPH, MEng
56bef0b881 texlive => 20230319 (#8862)
* texlive => 20230319

* remove i686
2023-11-01 10:27:27 -05:00
Satadru Pramanik, DO, MPH, MEng
50e169ea30 llvm => 17.0.4 (#8861) 2023-11-01 10:17:24 -05:00
Satadru Pramanik, DO, MPH, MEng
2f578f414c Adjust linter rule... (#8860)
* chdir before using git

* fix rubocop complaint

* adjust lint rule

* expand logic of path env.d check

* bump
2023-10-31 21:16:27 -05:00
Satadru Pramanik, DO, MPH, MEng
1cbe12f2a9 crew: chdir before using git (#8859)
* chdir before using git

* bump version

* fix rubocop complaint
2023-10-31 20:59:17 -05:00
Ed Reel
81774bc89e Github_cli 2.31.0 => 2.37.0 (#8858) 2023-11-01 05:31:10 +08:00
Ed Reel
1c6d1c9333 Glab 1.30.0 => 1.34.0 (#8857) 2023-10-31 17:02:17 -04:00
Satadru Pramanik, DO, MPH, MEng
339b6ac9f6 Fix const.rb path extra forward slash (#8856)
* fix extra slash in const.rb path

* make package rename less verbose

* revert verbose change

* bump version
2023-10-31 12:34:36 -05:00
Satadru Pramanik, DO, MPH, MEng
bb11eca9eb Misc updates (#8853)
* misc updates

* more builds

* reorder deps

* add disable-dependency-tracking to crew options, some updates, ncurses rebuild (will be updated again)...

* Add back alsa_libs package contents

* rebuid ncurses with appropriate symlinks

* rebuild again
2023-10-31 12:02:23 -05:00
Ed Reel
e83157f836 Mutagen 0.15.1 => 0.17.2 (#8855) 2023-10-31 06:29:20 -04:00
Ed Reel
f7d63b7c0e Update renamed packages (#8854) 2023-10-31 06:28:57 -04:00
Maximilian Downey Twiss
fba9da6df6 Rename some packages starting with b and c (#8850)
* Rename bz2 to bzip2

* Rename bz3 to bzip3

* Rename codium to vscodium

* Rename di homepage to what it redirects to
2023-10-30 20:50:16 -04:00
Satadru Pramanik, DO, MPH, MEng
29dd0515a3 jq => 1.7 (#8852)
* jq => 1.7

* rebuild jq
2023-10-30 14:36:41 -05:00
Satadru Pramanik, DO, MPH, MEng
051c070453 Installation changes for newer Milestones. (#8849)
* install.sh changes for newer Milestones that disable sudo in crosh

* rebuild lzip without musl

* adjust fixup.rb path in crew

* simplify the repo_root logic

* simplify newer milestone install messages

* revert change in crew

* Remove sudo from install.sh

* rebuild tar w/o musl

* adjust CREW_LOCAL_REPO_ROOT

* revert repo_root changes

* remove more sudo usage

* more cleanup, but not TOO much cleanup

* bump version

* suggested changes
2023-10-30 12:29:22 -05:00
Satadru Pramanik, DO, MPH, MEng
a87dcb305d Add exitmessages (#8851)
* Add exitmessages

* bump version

* Use ExitMessage.new in fixup.rb

* Use ExitMessage.new in sommelier.rb

* use color for message

* style adjustment

* change to @supechicken suggested code

* bump version back
2023-10-30 12:19:19 -05:00
Satadru Pramanik, DO, MPH, MEng
121656b1bb Pip adjustments (#8848)
* force pip to use utf-8

* update pip

* Add pip update check in buildsystems/pip
2023-10-29 19:52:40 -05:00
Ed Reel
cf3c56441b Add diff_so_fancy package (#8847) 2023-10-29 18:03:20 -04:00
Ed Reel
b54e2e872f Dmidecode 3.2 => 3.5 (#8846) 2023-10-29 17:40:46 -04:00
Ed Reel
af78e40df6 Update php packages (#8844)
php81 8.1.24 => 8.1.25

php82 8.2.11 => 8.2.12
2023-10-29 12:20:53 -04:00
Satadru Pramanik, DO, MPH, MEng
cff8eed1f2 fix ambiguous argument '../lib/const.rb' error (#8845)
* fix ambiguous argument '../lib/const.rb' error

* add more documentation
2023-10-29 11:20:31 -05:00