mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Store perl/python/icu/ruby versions for packages as constants in const.rb (#10528)
* Adjust const.rb and packages to use generated version constants. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update gem binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Update update scripts. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Libxml2 => 2.13.4 Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust install.sh to handle new gem package versioning suffix. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update openimageio Signed-off-by: Satadru Pramanik <satadru@gmail.com> * update py3_ruff Signed-off-by: Satadru Pramanik <satadru@gmail.com> * add pip binaries Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Move activesupport gem behind requre_gem function. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * Adjust file path in ruby_pry. Signed-off-by: Satadru Pramanik <satadru@gmail.com> * lint Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e9425c5098
commit
8473668c0d
@@ -4,7 +4,7 @@ class Yt_dlp < Python
|
||||
description 'A fork of youtube-dl with additional features and patches'
|
||||
homepage 'https://github.com/yt-dlp/yt-dlp'
|
||||
@_ver = '2023.11.16'
|
||||
version "#{@_ver}-py3.12"
|
||||
version "#{@_ver}-#{CREW_PY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/yt-dlp/yt-dlp.git'
|
||||
|
||||
Reference in New Issue
Block a user