Atom 1.59.0 => 1.60.0 (#7222)

This commit is contained in:
Ed Reel
2022-07-23 07:30:35 -05:00
committed by GitHub
parent 9e823018bb
commit eb9533a98d

View File

@@ -3,13 +3,13 @@ require 'package'
class Atom < Package
description 'The hackable text editor'
homepage 'https://atom.io/'
@_ver = '1.59.0'
version @_ver
version '1.60.0'
license 'MIT'
compatibility 'x86_64'
source_url "https://github.com/atom/atom/releases/download/v#{version}/atom-amd64.deb"
source_sha256 '5c7c0259062b9d4911d2537bfceaff5316f9de111698840a90d7cd497df891a6'
source_url "https://github.com/atom/atom/releases/download/v#{@_ver}/atom-amd64.deb"
source_sha256 'f14423a80445f6e56ea7ac1cef788d0295617431cc4d428e3f5b247994a838b5'
no_compile_needed
depends_on 'fakeroot'
depends_on 'gtk3'