summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2024-02-12 08:18:23 +0900
committerMark Blakeney2024-02-12 08:18:23 +0900
commit865d1c713e5479cbd6962b03827e8f2606a938bc (patch)
treebd5ef34931cc2a152e8aedca2e895181a8bce967
parent536066c3293b94ea477ba250f9c93bd605702b40 (diff)
downloadaur-865d1c713e5479cbd6962b03827e8f2606a938bc.tar.gz
Update to 2023.3.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6e622aee306..8739ad0bd953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pycharm-community-jre
pkgdesc = PyCharm Community Edition IDE for Python with bundled JRE
- pkgver = 2023.3.2
+ pkgver = 2023.3.3
pkgrel = 1
url = https://www.jetbrains.com/pycharm/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = pycharm-community-jre
source = pycharm.sh
sha256sums = f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21
sha256sums = b6f0518e59c4744ded38de63efba91205bcba406fa74944a1f3a8937566d8acc
- source_x86_64 = https://download.jetbrains.com/python/pycharm-community-2023.3.2.tar.gz
- sha256sums_x86_64 = 1a4a95648c68890f2f9eb41cbb9eb041dcd08388c75a91298dfbe73f83a858c8
- source_aarch64 = https://download.jetbrains.com/python/pycharm-community-2023.3.2-aarch64.tar.gz
- sha256sums_aarch64 = 1d63c0ea7dec718f67ad78e0ccef76058d92f63d07afe931a4ac6ff3f74c9052
+ source_x86_64 = https://download.jetbrains.com/python/pycharm-community-2023.3.3.tar.gz
+ sha256sums_x86_64 = f71513f428f5df3b97b09c415967ff2db3a4e7172f293e621b3f04cd1d695443
+ source_aarch64 = https://download.jetbrains.com/python/pycharm-community-2023.3.3-aarch64.tar.gz
+ sha256sums_aarch64 = 6e8340b494d73e3ff8de46a3e6e70ff8198b76c989c859faef59cc18724a36a2
pkgname = pycharm-community-jre
diff --git a/PKGBUILD b/PKGBUILD
index dadc8dccf218..ff241cf491dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mark blakeney at bullet dash systems dot net
_appname=pycharm-community
pkgname=$_appname-jre
-pkgver=2023.3.2
+pkgver=2023.3.3
pkgrel=1
pkgdesc="PyCharm Community Edition IDE for Python with bundled JRE"
arch=(x86_64 aarch64)
@@ -19,8 +19,8 @@ source=(
options=(!strip)
sha256sums=('f727119ec7c8b96820e80712b1ee342de6a94ff72402e8f2d390cbff702f9b21'
'b6f0518e59c4744ded38de63efba91205bcba406fa74944a1f3a8937566d8acc')
-sha256sums_x86_64=('1a4a95648c68890f2f9eb41cbb9eb041dcd08388c75a91298dfbe73f83a858c8')
-sha256sums_aarch64=('1d63c0ea7dec718f67ad78e0ccef76058d92f63d07afe931a4ac6ff3f74c9052')
+sha256sums_x86_64=('f71513f428f5df3b97b09c415967ff2db3a4e7172f293e621b3f04cd1d695443')
+sha256sums_aarch64=('6e8340b494d73e3ff8de46a3e6e70ff8198b76c989c859faef59cc18724a36a2')
source_x86_64=("https://download.jetbrains.com/python/pycharm-community-${pkgver}.tar.gz")