Skip to content

Commit

Permalink
Update packages/webstorm-bin/webstorm-bin.pacscript
Browse files Browse the repository at this point in the history
Co-authored-by: Elsie <[email protected]>
  • Loading branch information
jimed-rand and Elsie19 authored Dec 12, 2024
1 parent d191ba8 commit de9d8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webstorm-bin/webstorm-bin.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ 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."
external_connection="true"
source_amd64=("https://download.jetbrains.com/${gives}/WebStorm-${pkgver}.tar.gz")
sha256sums_amd64=("f9122a02312bee9d06c77774cad37b32ac0dcbc460af4ac8b8059a1780d16018")
source_arm64=("https://download.jetbrains.com/${gives}/WebStorm-${pkgver}-aarch64.tar.gz")
sha256sums_arm64=("e1b34cf2456233f6a7aa079e7c2af23bc88d4b29bbddcf6d7a5b4e0432e38db3")
repology=("project: webstorm")
external_connection=true

package() {
cd "${_archive}"
Expand Down

0 comments on commit de9d8f5

Please sign in to comment.