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 57e78e0e9a63..7409b706e3c7 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.1
+ pkgver = 2.7.5
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.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.7.1/runjs_2.7.1_amd64.deb
- sha256sums_x86_64 = 51423a568131c6a1ec6c87775f4ec24f5c3214dee143f14addbf7e09c44c78fb
- source_aarch64 = runjs-bin-2.7.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.7.1/runjs_2.7.1_arm64.deb
- sha256sums_aarch64 = 286bb6c92b3902d1efe1b3bb92cf35ae65f21b584e36dd47453872235221e414
+ 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
pkgname = runjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 23d4c389652a..97b12fee0771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=runjs-bin
-pkgver=2.7.1
+pkgver=2.7.5
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=('51423a568131c6a1ec6c87775f4ec24f5c3214dee143f14addbf7e09c44c78fb')
-sha256sums_aarch64=('286bb6c92b3902d1efe1b3bb92cf35ae65f21b584e36dd47453872235221e414')
+sha256sums_x86_64=('982ff98fa5ae4c8e81d7250fe43448e0cadc6e1f46c91bf32cf28df1df7accd3')
+sha256sums_aarch64=('6ddd3b4c976c21089c7fc77e6e355bd549a0ed2fabc327cba081e225ed1901ab')
prepare() {
bsdtar xf data.tar.xz