mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 11:52:17 +00:00
bump: subatomic libhelium (#402)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Summary: The Application Framework for tauOS apps
|
||||
Name: libhelium
|
||||
Version: 1.5.17
|
||||
Version: 1.5.18
|
||||
Release: 1%{?dist}
|
||||
License: GPL-3.0
|
||||
URL: https://github.com/tau-OS/libhelium
|
||||
|
||||
@@ -1,15 +1,14 @@
|
||||
%define debug_package %{nil}
|
||||
%define _build_id_links none
|
||||
%global commit 048dc6e6d82f4a38a5a84f579cd8b5956cec009e
|
||||
|
||||
Name: subatomic
|
||||
Version: 0.1.0.%{commit}
|
||||
Version: 0.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern package delivery system
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/FyraLabs/subatomic
|
||||
Source0: https://github.com/FyraLabs/subatomic/archive/%{commit}.zip
|
||||
Source0: %url/archive/refs/tags/v%version.tar.gz
|
||||
|
||||
BuildRequires: go-rpm-macros
|
||||
BuildRequires: git-core
|
||||
@@ -31,7 +30,7 @@ Client for Subatomic repo manager
|
||||
%{_bindir}/subatomic-cli
|
||||
|
||||
%prep
|
||||
%autosetup -n subatomic-%{commit}
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
let sha = get("https://api.github.com/repos/FyraLabs/subatomic/commits").json_arr()[0].sha;
|
||||
rpm.global("commit", sha);
|
||||
rpm.version(gh("FyraLabs/subatomic"));
|
||||
|
||||
Reference in New Issue
Block a user