Skip to content

Commit

Permalink
Update JetBrains CW42 (#514)
Browse files Browse the repository at this point in the history
* Update CLion 2018.2.5

Update CLion to version 2018.2.5 from October 17, 2018.

Signed-off-by: ahahn94 <ahahn94@outlook.com>

* Update Idea 2018.2.5

Update Idea to version 2018.2.5 from October 16, 2018.

Signed-off-by: ahahn94 <ahahn94@outlook.com>

* Update RubyMine 2018.2.4

Update RubyMine to version 2018.2.4 from October 17, 2018.

Signed-off-by: ahahn94 <ahahn94@outlook.com>

* Update WebStorm 2018.2.5

Update WebStorm to version 2018.2.5 from October 19, 2018.

Signed-off-by: ahahn94 <ahahn94@outlook.com>
  • Loading branch information
ahahn94 authored and DataDrake committed Oct 20, 2018
1 parent 8ca412b commit f97146e
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 17 deletions.
13 changes: 9 additions & 4 deletions programming/clion/pspec.xml
@@ -1,5 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://getsol.us/standard/pisi-spec.dtd">
<PISI>
<Source>
<Name>clion</Name>
Expand All @@ -12,7 +10,7 @@
<PartOf>programming</PartOf>
<Summary xml:lang="en">CLion - an IDE for the C Language</Summary>
<Description xml:lang="en">CLion - an IDE for the C Language</Description>
<Archive sha1sum="2af40a62eb5f86bf3e5ba5661c7717e23789c890" type="targz">https://download.jetbrains.com/cpp/CLion-2018.2.4.tar.gz</Archive>
<Archive sha1sum="19cec45a17f46033c05685804086f73104eaa76d" type="targz">https://download.jetbrains.com/cpp/CLion-2018.2.5.tar.gz</Archive>
</Source>
<Package>
<Name>clion</Name>
Expand All @@ -32,6 +30,13 @@
</RuntimeDependencies>
</Package>
<History>
<Update release="22">
<Date>2018-10-20</Date>
<Version>2018.2.5</Version>
<Comment>Updated to 2018.2.5</Comment>
<Name>ahahn94</Name>
<Email>ahahn94@outlook.com</Email>
</Update>
<Update release="21">
<Date>2018-09-22</Date>
<Version>2018.2.4</Version>
Expand Down Expand Up @@ -180,4 +185,4 @@
<Email>bmeyers@datadrake.com</Email>
</Update>
</History>
</PISI>
</PISI>
13 changes: 9 additions & 4 deletions programming/idea/pspec.xml
@@ -1,5 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://getsol.us/standard/pisi-spec.dtd">
<PISI>
<Source>
<Name>idea</Name>
Expand All @@ -12,7 +10,7 @@
<PartOf>programming</PartOf>
<Summary xml:lang="en">Idea - an IDE for the JVM Languages</Summary>
<Description xml:lang="en">Idea - an IDE for the JVM Languages</Description>
<Archive sha1sum="f0e80703cfe05c158e13cf5e41ef3240562ae1e6" type="targz">https://download.jetbrains.com/idea/ideaIU-2018.2.4-no-jdk.tar.gz</Archive>
<Archive sha1sum="bfb5d0d0e2748567b1b58deb2b05b315297b026a" type="targz">https://download.jetbrains.com/idea/ideaIU-2018.2.5-no-jdk.tar.gz</Archive>
</Source>
<Package>
<Name>idea</Name>
Expand All @@ -32,6 +30,13 @@
</RuntimeDependencies>
</Package>
<History>
<Update release="30">
<Date>2018-10-20</Date>
<Version>2018.2.5</Version>
<Comment>Updated to 2018.2.5</Comment>
<Name>ahahn94</Name>
<Email>ahahn94@outlook.com</Email>
</Update>
<Update release="29">
<Date>2018-09-22</Date>
<Version>2018.2.4</Version>
Expand Down Expand Up @@ -237,4 +242,4 @@
<Email>bmeyers@datadrake.com</Email>
</Update>
</History>
</PISI>
</PISI>
13 changes: 9 additions & 4 deletions programming/rubymine/pspec.xml
@@ -1,5 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://getsol.us/standard/pisi-spec.dtd">
<PISI>
<Source>
<Name>rubymine</Name>
Expand All @@ -12,7 +10,7 @@
<PartOf>programming</PartOf>
<Summary xml:lang="en">RubyMine - an IDE for the Ruby Language</Summary>
<Description xml:lang="en">RubyMine - an IDE for the Ruby Language</Description>
<Archive sha1sum="06235f6c28e55cca8d04b62493fc2e0aca1201bf" type="targz">https://download.jetbrains.com/ruby/RubyMine-2018.2.3.tar.gz</Archive>
<Archive sha1sum="b5fee3c9acf182be1c4f58c0a248c2dfbddbea4f" type="targz">https://download.jetbrains.com/ruby/RubyMine-2018.2.4.tar.gz</Archive>
</Source>
<Package>
<Name>rubymine</Name>
Expand All @@ -32,6 +30,13 @@
</RuntimeDependencies>
</Package>
<History>
<Update release="20">
<Date>2018-10-20</Date>
<Version>2018.2.4</Version>
<Comment>Updated to 2018.2.4</Comment>
<Name>ahahn94</Name>
<Email>ahahn94@outlook.com</Email>
</Update>
<Update release="19">
<Date>2018-09-29</Date>
<Version>2018.2.3</Version>
Expand Down Expand Up @@ -166,4 +171,4 @@
<Email>bmeyers@datadrake.com</Email>
</Update>
</History>
</PISI>
</PISI>
2 changes: 1 addition & 1 deletion programming/webstorm/actions.py
Expand Up @@ -4,7 +4,7 @@
import shutil

WorkDir = "."
Build = "182.4505.50"
Build = "182.4892.25"

def install():
shutil.rmtree("WebStorm-%s/jre64" % Build)
Expand Down
13 changes: 9 additions & 4 deletions programming/webstorm/pspec.xml
@@ -1,5 +1,3 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://getsol.us/standard/pisi-spec.dtd">
<PISI>
<Source>
<Name>webstorm</Name>
Expand All @@ -12,7 +10,7 @@
<PartOf>programming</PartOf>
<Summary xml:lang="en">WebStorm - an IDE for the Web</Summary>
<Description xml:lang="en">WebStorm - an IDE for the Web</Description>
<Archive sha1sum="20da51ceb7450cefaa80720af386a62df82bb351" type="targz">https://download.jetbrains.com/webstorm/WebStorm-2018.2.4.tar.gz</Archive>
<Archive sha1sum="5a3d6441a04431fd96e56a1dd1e473fc30735b0e" type="targz">https://download.jetbrains.com/webstorm/WebStorm-2018.2.5.tar.gz</Archive>
</Source>
<Package>
<Name>webstorm</Name>
Expand All @@ -32,6 +30,13 @@
</RuntimeDependencies>
</Package>
<History>
<Update release="22">
<Date>2018-10-20</Date>
<Version>2018.2.5</Version>
<Comment>Updated to 2018.2.5</Comment>
<Name>ahahn94</Name>
<Email>ahahn94@outlook.com</Email>
</Update>
<Update release="21">
<Date>2018-10-06</Date>
<Version>2018.2.4</Version>
Expand Down Expand Up @@ -187,4 +192,4 @@
<Email>bmeyers@datadrake.com</Email>
</Update>
</History>
</PISI>
</PISI>

0 comments on commit f97146e

Please sign in to comment.