mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Remove remaining basic uses of @_ver in git_hashtag (#8381)
This commit is contained in:
committed by
GitHub
parent
71553e5b8b
commit
a4e35d3ea2
@@ -3,12 +3,11 @@ require 'package'
|
||||
class Fragments < Package
|
||||
description 'Fragments is an easy to use BitTorrent client for the GNOME desktop environment.'
|
||||
homepage 'https://gitlab.gnome.org/World/Fragments'
|
||||
@_ver = '2.1'
|
||||
version @_ver
|
||||
version '2.1'
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
source_url 'https://gitlab.gnome.org/World/Fragments.git'
|
||||
git_hashtag @_ver
|
||||
git_hashtag version
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/fragments/2.1_armv7l/fragments-2.1-chromeos-armv7l.tar.zst',
|
||||
|
||||
Reference in New Issue
Block a user