update to 1.50.0 [release 1.50.0-1mamba;Tue Aug 18 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 20:37:05 +01:00
parent 901bab6f44
commit 62b07cb60a
2 changed files with 11 additions and 1 deletions

6
atom-bin-autoupdate Normal file
View 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

View File

@ -1,6 +1,6 @@
Name: atom-bin
Epoch: 1
Version: 1.37.0
Version: 1.50.0
Release: 1mamba
Summary: A text editor that's modern, approachable, yet hackable to the core (upstream binary distribution)
Group: Graphical Desktop/Applications/Utilities
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://atom.io/
# NOTE: unversioned upstream archive, manually renamed
Source: https://github.com/atom/atom/releases/download/v%{version}/atom-amd64-%{version}.tar.gz
Source1: atom-bin-autoupdate
License: MIT
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
@ -92,6 +93,9 @@ install -D -m0644 atom.png %{buildroot}%{_datadir}/pixmaps/atom-bin.png
%doc LICENSE
%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
- update to 1.37.0