diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-02 08:25:18 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-02 08:25:18 +0200 |
commit | 3adc0fa1c3329e53d712c6943da5fe608898fc0f (patch) | |
tree | 3342fd0e39e9313dd996053565c2d8bb852c801a /njs.spec | |
parent | 5d3df8c52a036d0acb8ba689ab6e36d98ff05018 (diff) |
add links to check tag/commit
Diffstat (limited to 'njs.spec')
-rw-r--r-- | njs.spec | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,7 +34,9 @@ Release: 2%{?dist} License: BSD-2-Clause URL: https://github.com/%{gh_owner}/%{project} +# See https://github.com/nginx/njs/tags Source0: https://github.com/%{gh_owner}/%{project}/archive/%{gh_commit}/%{project}-%{version}-%{gh_short}.tar.gz +# See https://github.com/bellard/quickjs/commits/master/ Source1: https://github.com/%{qjs_owner}/%{qjs_project}/archive/%{qjs_commit}/%{qjs_project}-%{qjs_short}.tar.gz BuildRequires: make |