summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2018-04-09 21:28:53 +0200
committerYves Fischer <yvesf-git@xapek.org>2018-04-09 21:35:00 +0200
commit66ac7774d64292f03f0ea58819561d6d1938600b (patch)
tree7d7066f22eaaefb0dda79cebb2a3616cc434d6c3
parent3cdbd7ce2a49b41e408201c0d5735da216371b9d (diff)
downloadpackages-66ac7774d64292f03f0ea58819561d6d1938600b.tar.gz
packages-66ac7774d64292f03f0ea58819561d6d1938600b.zip
update intellij idea to 2018.1
-rwxr-xr-xidea-ic/debian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/idea-ic/debian/rules b/idea-ic/debian/rules
index 0f430ed..6db6008 100755
--- a/idea-ic/debian/rules
+++ b/idea-ic/debian/rules
@@ -2,7 +2,7 @@
ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH | sed "s/^i//")
DISTRIBUTION = $(shell lsb_release -sc)
-VERSION = 2017.3.2-no-jdk
+VERSION = 2018.1-no-jdk
PACKAGEVERSION = 2:$(VERSION)-0~$(DISTRIBUTION)0
TARBALL = ideaIC-$(VERSION).tar.gz
URL = https://download.jetbrains.com/idea/$(TARBALL)
@@ -12,7 +12,7 @@ URL = https://download.jetbrains.com/idea/$(TARBALL)
override_dh_auto_configure:
wget -c "$(URL)" -O $(TARBALL)
- test `sha256sum $(TARBALL) | cut -c 1-64` = "b2d813e0db6c2510efec6dff19e987de97cd2c4e33d05f47d848cfd5e3c8a4e2"
+ test `sha256sum $(TARBALL) | cut -c 1-64` = "a8749bf8468ceb0bb957ba88c85eeb1c10a424e2140b1da976cd2d47b2f95426"
mkdir idea-ic
tar xf $(TARBALL) --strip-components=1 -C idea-ic