summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7409b706e3c7..0498195b9e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = runjs-bin
pkgdesc = RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane
- pkgver = 2.7.5
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/lukehaas/RunJS
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = runjs-bin
provides = runjs
conflicts = runjs
conflicts = runjs-git
- source_x86_64 = runjs-bin-2.7.5.deb::https://github.com/lukehaas/RunJS/releases/download/v2.7.5/runjs_2.7.5_amd64.deb
- sha256sums_x86_64 = 982ff98fa5ae4c8e81d7250fe43448e0cadc6e1f46c91bf32cf28df1df7accd3
- source_aarch64 = runjs-bin-2.7.5.deb::https://github.com/lukehaas/RunJS/releases/download/v2.7.5/runjs_2.7.5_arm64.deb
- sha256sums_aarch64 = 6ddd3b4c976c21089c7fc77e6e355bd549a0ed2fabc327cba081e225ed1901ab
+ source_x86_64 = runjs-bin-2.9.0.deb::https://github.com/lukehaas/RunJS/releases/download/v2.9.0/runjs_2.9.0_amd64.deb
+ sha256sums_x86_64 = bd6c3d86e01c7b62f11193171f0038a80c5912eee1e1736fe6a18d3a7a839d20
+ source_aarch64 = runjs-bin-2.9.0.deb::https://github.com/lukehaas/RunJS/releases/download/v2.9.0/runjs_2.9.0_arm64.deb
+ sha256sums_aarch64 = 26c0634307a6d762ad663083bcb97c482c588639cdc00da959cac05a8451ad34
pkgname = runjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 97b12fee0771..0d0eb2365fac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=runjs-bin
-pkgver=2.7.5
+pkgver=2.9.0
pkgrel=1
pkgdesc="RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane"
arch=("x86_64" "aarch64")
@@ -11,8 +11,8 @@ provides=("runjs")
conflicts=("runjs" "runjs-git")
source_x86_64=("$pkgname-$pkgver.deb::$url/releases/download/v${pkgver}/runjs_${pkgver}_amd64.deb")
source_aarch64=("$pkgname-$pkgver.deb::$url/releases/download/v${pkgver}/runjs_${pkgver}_arm64.deb")
-sha256sums_x86_64=('982ff98fa5ae4c8e81d7250fe43448e0cadc6e1f46c91bf32cf28df1df7accd3')
-sha256sums_aarch64=('6ddd3b4c976c21089c7fc77e6e355bd549a0ed2fabc327cba081e225ed1901ab')
+sha256sums_x86_64=('bd6c3d86e01c7b62f11193171f0038a80c5912eee1e1736fe6a18d3a7a839d20')
+sha256sums_aarch64=('26c0634307a6d762ad663083bcb97c482c588639cdc00da959cac05a8451ad34')
prepare() {
bsdtar xf data.tar.xz