mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Remove simple (and unnecessary) uses of @_ver (#8370)
This commit is contained in:
committed by
GitHub
parent
4bf65fdd72
commit
1f567c2ebc
@@ -7,8 +7,7 @@ class Libminigbm < Package
|
||||
description 'Generic Buffer Management GBM implementation used in Chromium OS'
|
||||
homepage 'https://chromium.googlesource.com/chromiumos/platform/minigbm/'
|
||||
git_hashtag '407eb0ebf3ce52fd4b3d79712d1b86d7b021c29b'
|
||||
@_ver = git_hashtag[0, 7]
|
||||
version @_ver
|
||||
version git_hashtag[0, 7]
|
||||
license 'custom'
|
||||
compatibility 'all'
|
||||
source_url 'https://chromium.googlesource.com/chromiumos/platform/minigbm.git'
|
||||
|
||||
Reference in New Issue
Block a user