Remove remaining basic uses of @_ver in git_hashtag (#8381)

This commit is contained in:
Maximilian Downey Twiss
2023-06-15 14:58:16 +10:00
committed by GitHub
parent 71553e5b8b
commit a4e35d3ea2
44 changed files with 88 additions and 132 deletions

View File

@@ -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',