mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/pulsar: Updated for version 1.120.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4c21db2fa9
commit
72f4863b32
3 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pulsar
|
||||
VERSION=${VERSION:-1.119.0}
|
||||
VERSION=${VERSION:-1.120.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Name=Pulsar
|
||||
Comment=A Community-led Hyper-Hackable Text Editor
|
||||
Exec=/opt/pulsar/pulsar
|
||||
Exec=/opt/pulsar/pulsar --no-sandbox
|
||||
Icon=pulsar
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pulsar"
|
||||
VERSION="1.119.0"
|
||||
VERSION="1.120.0"
|
||||
HOMEPAGE="https://pulsar-edit.dev"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/pulsar-edit/pulsar/releases/download/v1.119.0/Linux.pulsar-1.119.0.tar.gz"
|
||||
MD5SUM_x86_64="ea77d8a25481bd65715449f55f292d15"
|
||||
DOWNLOAD_x86_64="https://github.com/pulsar-edit/pulsar/releases/download/v1.120.0/Linux.pulsar-1.120.0.tar.gz"
|
||||
MD5SUM_x86_64="fc2fec3668b394a9429e5d08e0a0c616"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Charadon"
|
||||
EMAIL="dev@iotib.net"
|
||||
|
|
Loading…
Reference in a new issue