atom: update to 1.18.0.
This commit is contained in:
parent
6f0405916e
commit
3a4056fa3e
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'atom'
|
||||
pkgname=atom
|
||||
version=1.17.2
|
||||
revision=2
|
||||
version=1.18.0
|
||||
revision=1
|
||||
nocross=yes
|
||||
nostrip=yes
|
||||
hostmakedepends="git pkg-config python-devel nodejs curl"
|
||||
makedepends="python-devel GConf-devel libgnome-keyring-devel libX11-devel libxkbfile-devel"
|
||||
makedepends="python-devel GConf-devel libgnome-keyring-devel libX11-devel libxkbfile-devel libsecret-devel"
|
||||
short_desc="Chrome-based text editor from Github"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
license="MIT"
|
||||
homepage="https://atom.io"
|
||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||
checksum=bdde2b60e93f818976c28a0b6259d4636a695a2db9c832eeb186082744cd8f6b
|
||||
checksum=bd2dd1423ac204b1d6b117dcbab405095a7f663b97d07519b0de4300158645b1
|
||||
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
|
|
Loading…
Reference in a new issue