summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcs2018-04-23 10:44:14 +0200
committerMarcs2018-04-23 10:44:14 +0200
commitdfb60ffe2c61028153aa9fc9dc7d70a8438ccd75 (patch)
treeb69f0c33cf7321c297dcdb60c054e1d7b0a5bf49
parent78eab7acf8487c1c90ae19ea4b3bd8c501eb66c3 (diff)
downloadaur-dfb60ffe2c61028153aa9fc9dc7d70a8438ccd75.tar.gz
Version 2.6.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e3e7698a746..b9ac6fdea321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 11 08:37:54 UTC 2018
+# Mon Apr 23 08:43:44 UTC 2018
pkgbase = nightcode
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.7
+ pkgver = 2.6.0
pkgrel = 1
url = https://sekao.net/nightcode/
arch = any
@@ -12,9 +12,9 @@ pkgbase = nightcode
depends = java-openjfx
conflicts = nightcode-git
noextract = nightcode.desktop
- source = nightcode-2.5.7.tar.gz::https://github.com/oakes/Nightcode/archive/2.5.7.tar.gz
+ source = nightcode-2.6.0.tar.gz::https://github.com/oakes/Nightcode/archive/2.6.0.tar.gz
source = nightcode.desktop
- sha256sums = 26e86d224cc3cf17a85155f1c0f2d6d869524a7500c398bc32552c9bd33b3055
+ sha256sums = f7c89f2d433d6d066eb42413dbc7f32d3b82f134c8432eed8ebca6a99da51c0a
sha256sums = aa94a3cf9028756b4bd6dbb6f9b27dc23f8aa4d29ca18507736561ef66fbd267
pkgname = nightcode
diff --git a/PKGBUILD b/PKGBUILD
index b90ae1abb95d..bd91c629b952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nightcode
_name=Nightcode
-pkgver=2.5.7
+pkgver=2.6.0
pkgrel=1
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')
@@ -13,7 +13,7 @@ depends=('java-runtime>7' 'java-openjfx')
conflicts=('nightcode-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oakes/${_name}/archive/${pkgver}.tar.gz"
"nightcode.desktop")
-sha256sums=('306a756b43c45d8948056aa2c0c09d89a811154614fc64424650498f7c8f6d9b'
+sha256sums=('f7c89f2d433d6d066eb42413dbc7f32d3b82f134c8432eed8ebca6a99da51c0a'
'aa94a3cf9028756b4bd6dbb6f9b27dc23f8aa4d29ca18507736561ef66fbd267')
noextract=('nightcode.desktop')