atom: update to 1.8.0.
This commit is contained in:
parent
66bb616c56
commit
aa36bd7c6d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'atom'
|
# Template file for 'atom'
|
||||||
pkgname=atom
|
pkgname=atom
|
||||||
version=1.7.4
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
nocross=yes
|
nocross=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
@ -11,10 +11,9 @@ maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://atom.io"
|
homepage="https://atom.io"
|
||||||
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
|
||||||
checksum=6ef3bb4c2fea85a7d1c7665fef8aac4e353c8f8da5e2878fea3aecf5437383d4
|
checksum=2950820b2c7ab658135e9cb7c003ff2074ec0a38ac3b324d85cc20bcb237e61f
|
||||||
|
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/23755/steps/shell_3/logs/stdio"
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
sed -i -e "/exception-reporting/d" \
|
sed -i -e "/exception-reporting/d" \
|
||||||
|
|
Loading…
Reference in New Issue