summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcs2017-12-02 19:33:32 +0100
committerMarcs2017-12-02 19:33:32 +0100
commitbc551f09d810b1e5f565d8f8e983d43483da4d89 (patch)
tree4b05a10b1799e40900e7a10cb773f03341e6c308
parentca6b5c9ed905381c8b6c347a851a765975f90110 (diff)
downloadaur-bc551f09d810b1e5f565d8f8e983d43483da4d89.tar.gz
Version 2.5.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c059648d3b35..65e8254f4782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Aug 6 09:43:45 UTC 2017
+# Sat Dec 2 18:32:04 UTC 2017
pkgbase = nightcode
- pkgdesc = A simple IDE for Clojure and ClojureScript.
- pkgver = 2.3.7
+ pkgdesc = An IDE that bundles a smart editor, the Leiningen and Boot build tools, and a home screen with quick access to the Clojure cheatsheet and REPL.
+ pkgver = 2.5.3
pkgrel = 1
url = https://sekao.net/nightcode/
arch = any
@@ -11,10 +11,10 @@ pkgbase = nightcode
depends = java-openjfx
conflicts = nightcode-git
noextract = boot.sh
- source = nightcode-2.3.7.tar.gz::https://github.com/oakes/Nightcode/archive/2.3.7.tar.gz
+ source = nightcode-2.5.3.tar.gz::https://github.com/oakes/Nightcode/archive/2.5.3.tar.gz
source = https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh
source = nightcode.desktop
- sha256sums = 7509ed86625290762476ea90a7244be4527bef7cf0afbd27715ab069c837eebf
+ sha256sums = 3a00a2febab8cce46c93c5afc340ccbbb69df98ad8efc9054207ae26079f263a
sha256sums = 895def8ef37f4b78bb37a26566ce970dc24219e880154a18ef7ade5a778d3a2f
sha256sums = 8fb613946bb9cb3dc636933ff2f0c7de8c61d2b43e49b9d6baf380b07377eaa1
diff --git a/PKGBUILD b/PKGBUILD
index b3c28e76f85c..31e30235fffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=nightcode
_name=Nightcode
-pkgver=2.3.7
+pkgver=2.5.3
pkgrel=1
-pkgdesc="A simple IDE for Clojure and ClojureScript."
+pkgdesc="An IDE that bundles a smart editor, the Leiningen and Boot build tools, and a home screen with quick access to the Clojure cheatsheet and REPL."
arch=('any')
url="https://sekao.net/nightcode/"
license=('custom')
@@ -13,7 +13,7 @@ conflicts=('nightcode-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oakes/Nightcode/archive/${pkgver}.tar.gz"
"https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh"
"nightcode.desktop")
-sha256sums=('7509ed86625290762476ea90a7244be4527bef7cf0afbd27715ab069c837eebf'
+sha256sums=('3a00a2febab8cce46c93c5afc340ccbbb69df98ad8efc9054207ae26079f263a'
'895def8ef37f4b78bb37a26566ce970dc24219e880154a18ef7ade5a778d3a2f'
'8fb613946bb9cb3dc636933ff2f0c7de8c61d2b43e49b9d6baf380b07377eaa1')
noextract=('boot.sh')