Skip to content

Commit

Permalink
Update webstorm-bin.pacscript (Update into 2024.3.1.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimed-rand authored Jan 4, 2025
1 parent 47f05f7 commit a8259e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/webstorm-bin/webstorm-bin.pacscript
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
pkgname="webstorm-bin"
pkgver="2024.3.1"
pkgver="2024.3.1.1"
gives="webstorm"
arch=("amd64" "arm64")
maintainer=("James Ed Randson <[email protected]>")
pkgdesc="Powerful and versatile IDE for JavaScript, TypeScript, HTML, CSS, React, Angular, Vue, and Node.js development."
source_amd64=("https://download.jetbrains.com/${gives}/WebStorm-${pkgver}.tar.gz")
sha256sums_amd64=("f9122a02312bee9d06c77774cad37b32ac0dcbc460af4ac8b8059a1780d16018")
sha256sums_amd64=("275999ca069658257d6f06875f283abf9c0b102bdf812cf7eefe86a1dda90c1b")
source_arm64=("https://download.jetbrains.com/${gives}/WebStorm-${pkgver}-aarch64.tar.gz")
sha256sums_arm64=("e1b34cf2456233f6a7aa079e7c2af23bc88d4b29bbddcf6d7a5b4e0432e38db3")
sha256sums_arm64=("b136ec6696a47511a7396eb5416ff055964a040d72ed29eb6c362e1b37ce0ab5")
repology=("project: webstorm")

package() {
cd "${srcdir}/WebStorm-243.22562.112"
cd "${srcdir}/WebStorm-243.22562.222"
mkdir -p "${pkgdir}/usr/share/licenses/webstorm"
mkdir -p "${pkgdir}/usr/share/webstorm"
mkdir -p "${pkgdir}/usr/share/pixmaps"
cp -dr --no-preserve='ownership' bin jbr lib plugins product-info.json "${pkgdir}/usr/share/webstorm/"
cp -dr --no-preserve='ownership' bin help jbr lib modules plugins product-info.json "${pkgdir}/usr/share/webstorm/"
cp -dr --no-preserve='ownership' license "${pkgdir}/usr/share/licenses/webstorm/"
cp -dr "${pkgdir}/usr/share/webstorm/bin/webstorm.png" "${pkgdir}/usr/share/pixmaps/"
mkdir -p "${pkgdir}/usr/bin"
Expand All @@ -27,7 +27,7 @@ Version=1.0
Type=Application
Name=WebStorm
Icon=webstorm
Exec=/usr/share/webstorm/bin/webstorm.sh
Exec=/usr/share/webstorm/bin/webstorm
Comment=Powerful and versatile IDE for JavaScript, TypeScript, HTML, CSS, React, Angular, Vue, and Node.js development.
Categories=Development;IDE;
Terminal=false
Expand Down

0 comments on commit a8259e2

Please sign in to comment.