summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2017-12-25 17:44:22 +0100
committerMarco Pompili2017-12-25 17:44:22 +0100
commit958b08f2bb0cf98fa40be7d882717a99f5818108 (patch)
treef345927c1dc722c95563cd94561ebfa86f674385
parente8c562fbb79069efad4fa7b276e54edd83a5a428 (diff)
downloadaur-958b08f2bb0cf98fa40be7d882717a99f5818108.tar.gz
fix sum for boot.sh
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 836085e9d2bc..4038930dac9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 25 16:39:20 UTC 2017
+# Mon Dec 25 16:43:55 UTC 2017
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.4
@@ -16,7 +16,7 @@ pkgbase = nightcode
source = https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh
source = nightcode.desktop
sha256sums = 26e86d224cc3cf17a85155f1c0f2d6d869524a7500c398bc32552c9bd33b3055
- sha256sums = 895def8ef37f4b78bb37a26566ce970dc24219e880154a18ef7ade5a778d3a2f
+ sha256sums = 0ccd697f2027e7e1cd3be3d62721057cbc841585740d0aaa9fbb485d7b1f17c3
sha256sums = 8fb613946bb9cb3dc636933ff2f0c7de8c61d2b43e49b9d6baf380b07377eaa1
pkgname = nightcode
diff --git a/PKGBUILD b/PKGBUILD
index b9c98bbc99f8..ffa278445d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oakes/Nightcode/archive
"https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh"
"nightcode.desktop")
sha256sums=('26e86d224cc3cf17a85155f1c0f2d6d869524a7500c398bc32552c9bd33b3055'
- '895def8ef37f4b78bb37a26566ce970dc24219e880154a18ef7ade5a778d3a2f'
+ '0ccd697f2027e7e1cd3be3d62721057cbc841585740d0aaa9fbb485d7b1f17c3'
'8fb613946bb9cb3dc636933ff2f0c7de8c61d2b43e49b9d6baf380b07377eaa1')
noextract=('boot.sh'
'nightcode.desktop')