mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Remove basic uses of @_ver in source_url (#8428)
This commit is contained in:
committed by
GitHub
parent
b8bed724e5
commit
c118ad7b4b
@@ -3,11 +3,10 @@ require 'package'
|
||||
class Wpebackend_fdo < Package
|
||||
description 'Freedesktop.org backend for WPE WebKit'
|
||||
homepage 'https://wpewebkit.org'
|
||||
@_ver = '1.14.0'
|
||||
version @_ver
|
||||
version '1.14.0'
|
||||
license 'BSD-2'
|
||||
compatibility 'all'
|
||||
source_url "https://github.com/Igalia/WPEBackend-fdo/releases/download/#{@_ver}/wpebackend-fdo-#{@_ver}.tar.xz"
|
||||
source_url "https://github.com/Igalia/WPEBackend-fdo/releases/download/#{version}/wpebackend-fdo-#{version}.tar.xz"
|
||||
source_sha256 'e75b0cb2c7145448416e8696013d8883f675c66c11ed750e06865efec5809155'
|
||||
|
||||
binary_url({
|
||||
|
||||
Reference in New Issue
Block a user