diff --git a/atom.be0 b/atom.be0 index 221835354..cea613ea4 100755 --- a/atom.be0 +++ b/atom.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION atom-1.28.0-0 +# BEE_VERSION atom-1.29.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://github.com/atom/atom/archive/v${PKGVERSION}.tar.gz" +SRCURL[0]="https://github.com/atom/atom/archive/v${PKGVERSION}.tar.gz atom-${PKGVERSION}" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.