summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2024-03-08 12:21:28 +0000
committerAUR updater2024-03-08 12:21:28 +0000
commit301dbb587650b134f066181071058551a9418850 (patch)
tree7e31b1a0918ab03aa22d3c411c3126db7a2c1c27 /PKGBUILD
parente4ef60e5e83a387bd11da74584b71ea88d2c0043 (diff)
downloadaur-gr-framework-js.tar.gz
Update to version 0.73.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cd0d62ea404..37b38c470e3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_emscripten_version="1.40.1"
pkgname="gr-framework-js"
-pkgver="0.73.2"
+pkgver="0.73.3"
pkgrel="1"
pkgdesc="A universal framework for cross-platform visualization applications."
arch=("any")
@@ -13,7 +13,7 @@ depends=()
makedepends=("git" "python")
source=("https://github.com/sciapp/gr/archive/v${pkgver}.tar.gz" \
"https://github.com/emscripten-core/emsdk/archive/refs/tags/${_emscripten_version}.tar.gz")
-sha256sums=("87dbf0bbd671de33dbb931dac412bdef35bd5697ce2d0ec7e557b8395912b8d7" \
+sha256sums=("4c959abb90535c61ce79c9583b0317dbada5babb46c17d77414c8bd9d42ad8b4" \
"81f620f17d81c18ab84c69ddfcabe813b2bf4250d69729b961ad57101a16c218")
prepare() {