update to 1.50.0 [release 1.50.0-1mamba;Tue Aug 18 2020]
This commit is contained in:
parent
901bab6f44
commit
62b07cb60a
6
atom-bin-autoupdate
Normal file
6
atom-bin-autoupdate
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
VERSION=$1
|
||||||
|
|
||||||
|
[ "$VERSION" ] || exit 1
|
||||||
|
|
||||||
|
curl -L https://github.com/atom/atom/releases/download/v${VERSION}/atom-amd64.tar.gz -o atom-amd64-${VERSION}.tar.gz
|
@ -1,6 +1,6 @@
|
|||||||
Name: atom-bin
|
Name: atom-bin
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.37.0
|
Version: 1.50.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A text editor that's modern, approachable, yet hackable to the core (upstream binary distribution)
|
Summary: A text editor that's modern, approachable, yet hackable to the core (upstream binary distribution)
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://atom.io/
|
URL: https://atom.io/
|
||||||
# NOTE: unversioned upstream archive, manually renamed
|
# NOTE: unversioned upstream archive, manually renamed
|
||||||
Source: https://github.com/atom/atom/releases/download/v%{version}/atom-amd64-%{version}.tar.gz
|
Source: https://github.com/atom/atom/releases/download/v%{version}/atom-amd64-%{version}.tar.gz
|
||||||
|
Source1: atom-bin-autoupdate
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -92,6 +93,9 @@ install -D -m0644 atom.png %{buildroot}%{_datadir}/pixmaps/atom-bin.png
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.50.0-1mamba
|
||||||
|
- update to 1.50.0
|
||||||
|
|
||||||
* Tue May 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.37.0-1mamba
|
* Tue May 21 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.37.0-1mamba
|
||||||
- update to 1.37.0
|
- update to 1.37.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user