Maximilian Downey Twiss
76128a091c
Adjust link in CONTRIBUTING.md to redirected version ( #8937 )
2023-11-13 00:39:31 -05:00
Maximilian Downey Twiss
ad6a88a0da
Remove pixz from install.sh and core.rb ( #8934 )
...
* Remove installing pixz from install.sh
* Remove pixz from core packages
2023-11-12 17:36:53 -05:00
SupeChicken666
6a88327320
Rubyize on some packages ( #8918 )
...
* Rubyize on some packages
* Modify more packages
* Fix rubocop
2023-11-10 08:58:06 -05:00
SupeChicken666
a538e77e9b
crew: Remove .tpxz support ( #8916 )
...
* crew: Remove tpxz support
* Fix bugs
2023-11-10 07:48:24 -05:00
SupeChicken666
d6c5ce79e6
Remove redundant use of .to_s ( #8917 )
2023-11-10 07:44:50 -05:00
Ed Reel
ea6aca6d69
Skype 8.107.0.215 => 8.108.0.205 ( #8915 )
2023-11-09 14:01:37 -05:00
Ed Reel
de4da957d2
Brave 1.60.110 => 1.60.114 ( #8914 )
2023-11-09 13:55:32 -05:00
Satadru Pramanik, DO, MPH, MEng
ea6e711e36
Fix Github Action Handoff linter tests ( #8913 )
...
* remove unit tests from handoff.yml
* lint yaml
* lint yaml
* rubocop changes to lib/const.rb
* rename job
* switch unittests to run from handoff
* suggested changes
* use ENV.fetch as much as possible
2023-11-08 19:56:34 -06:00
Satadru Pramanik, DO, MPH, MEng
078b82b5a0
rebuild crew_mvdir ( #8912 )
2023-11-08 10:34:15 -06:00
SupeChicken666
9f77502974
Reimplementing #8890 (lib/const: Simplify + cleanup) ( #8901 )
...
* 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
---------
Co-authored-by: Satadru Pramanik, DO, MPH, MEng <satadru@gmail.com >
2023-11-08 10:24:46 -05:00
Satadru Pramanik, DO, MPH, MEng
2b946f5561
Crew update should exit if it fails ( #8909 )
...
* make failed crew update cause non-zero errorstatus, update github action
* bump version
* adjust github action
* adjust github action
* intentionally break crew update
* fix crew update
* Add remove package to github action
2023-11-08 09:19:08 -06:00
Ed Reel
64cbad2c93
Chrome 119.0.6045.105-1 => 119.0.6045.123-1 ( #8910 )
2023-11-08 09:58:34 -05:00
Satadru Pramanik, DO, MPH, MEng
f85c0c8edf
Github Action Unit Test: Test Crew Update, crew upgrade, crew install vim ( #8907 )
...
* Github Action Unit Test testing
* add CREW_BRANCH
* simplify
* make reporting more verbose
* Actually run the test!
* intentionally bump version
2023-11-08 08:21:41 -06:00
Ed Reel
72f1bcb76d
Octave 8.2.0 => 8.4.0 ( #8908 )
2023-11-08 09:04:31 -05:00
Satadru Pramanik, DO, MPH, MEng
c907b16c22
mold rebuild to fix broken binary on x86_64 ( #8904 )
...
* mold rebuild
* add i686 binaries
* mold add arm binaries
2023-11-07 14:59:40 -06:00
Satadru Pramanik, DO, MPH, MEng
028148c278
libjpeg => 3.0.1 ( #8905 )
2023-11-07 14:22:42 -06:00
Ed Reel
f81bf0b5ba
Firefox 119.0 => 119.0.1 ( #8903 )
2023-11-07 14:28:46 -05:00
Satadru Pramanik, DO, MPH, MEng
efb05d5516
print_source_bashrc should be last ( #8902 )
2023-11-07 02:28:21 -06:00
Satadru Pramanik, DO, MPH, MEng
ded56e955c
Use same ExitMessage for all packages asking to source ~/.bashrc ( #8900 )
...
* Use same ExitMessage for all packages asking to source ~/.bashrc
* refactor reload_source
* update mold
* add extra space
* fix msg
* rename macro
* change name of macro again, run rubocop on package.rb
* update mold => 2.3.2
2023-11-06 18:46:40 -06:00
Satadru Pramanik, DO, MPH, MEng
389371c51f
Add exit code to crew. ( #8899 )
...
* Add error code to crew exit
* bump version
2023-11-06 12:36:43 -06:00
Ed Reel
9138f6659b
Add scbi package ( #8898 )
2023-11-06 05:44:35 -05:00
Ed Reel
49ac81860b
Update zathura packages and dependency ( #8897 )
...
Girara 0.3.5 => 0.4.0
Zathura 0.4.7 => 0.5.2
Zathura_poppler_pdf 0.3.0 => 0.3.1
2023-11-05 19:40:16 -05:00
Ed Reel
404b5f3642
Glib_networking 2.76.0 => 2.78.0 ( #8896 )
2023-11-05 18:26:38 -05:00
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