mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
mesa => 23.1.0 (#8256)
This commit is contained in:
committed by
GitHub
parent
14743ba4d9
commit
c33fbce3ae
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Mesa < Package
|
||||
description 'Open-source implementation of the OpenGL specification'
|
||||
homepage 'https://www.mesa3d.org'
|
||||
@_ver = '23.0.3'
|
||||
@_ver = '23.1.0'
|
||||
version "#{@_ver}-llvm16"
|
||||
license 'MIT'
|
||||
compatibility 'x86_64 aarch64 armv7l'
|
||||
@@ -11,14 +11,14 @@ class Mesa < Package
|
||||
git_hashtag "mesa-#{@_ver}"
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mesa/23.0.3-llvm16_armv7l/mesa-23.0.3-llvm16-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mesa/23.0.3-llvm16_armv7l/mesa-23.0.3-llvm16-chromeos-armv7l.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mesa/23.0.3-llvm16_x86_64/mesa-23.0.3-llvm16-chromeos-x86_64.tar.zst'
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mesa/23.1.0-llvm16_armv7l/mesa-23.1.0-llvm16-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mesa/23.1.0-llvm16_armv7l/mesa-23.1.0-llvm16-chromeos-armv7l.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/mesa/23.1.0-llvm16_x86_64/mesa-23.1.0-llvm16-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: 'e0eefb065e411104c983b69f95e1f268537ba94f85c31ceef56828df87e2941a',
|
||||
armv7l: 'e0eefb065e411104c983b69f95e1f268537ba94f85c31ceef56828df87e2941a',
|
||||
x86_64: 'b706656ab3060f13f7ce9bed2f983d34e51ea5f9a7332661c0369a6006635014'
|
||||
aarch64: 'f2530801fdf5086ad79956abb619648bba7f23d5b53ece069b8a299a038e7a9e',
|
||||
armv7l: 'f2530801fdf5086ad79956abb619648bba7f23d5b53ece069b8a299a038e7a9e',
|
||||
x86_64: 'f6e22d21f23d5488f9a7e91162de8f7898ba48a103a6efeeaa102bd52ecba952'
|
||||
})
|
||||
|
||||
depends_on 'elfutils' # R
|
||||
|
||||
Reference in New Issue
Block a user