mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
Test again
This commit is contained in:
@@ -8,7 +8,6 @@ REGEX_VER = r'Version:\s*([\.\d]+)\n'
|
||||
SPEC = f"{NAME}.spec"
|
||||
LINK = f'https://api.github.com/repos/{REPO}/releases/latest'
|
||||
|
||||
|
||||
ver = requests.get(LINK).json()['tag_name']
|
||||
ver = ver[1:] # starts with v
|
||||
with open(SPEC, 'r') as f:
|
||||
|
||||
Reference in New Issue
Block a user