mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Atom 1.59.0 => 1.60.0 (#7222)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user