summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2023-12-21 09:53:54 +0200
committerJonian Guveli2023-12-21 09:53:54 +0200
commit6e21ea7556ac3c53546e449df2dd2bf86a9c8c05 (patch)
tree444e9ef3242254f8db9dc09dba7f888b31be853c
parente4d13012816f127a0c4ce4eb9777002c8ca89b02 (diff)
downloadaur-6e21ea7556ac3c53546e449df2dd2bf86a9c8c05.tar.gz
version update to 2.10.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0498195b9e27..8172230e31c1 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.9.0
+ pkgver = 2.10.1
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.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
+ source_x86_64 = runjs-bin-2.10.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.10.1/runjs_2.10.1_amd64.deb
+ sha256sums_x86_64 = eb02ce164f58e0c737b0e71503753cecf31bd15fc70b918b5017ce90bea37ce7
+ source_aarch64 = runjs-bin-2.10.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.10.1/runjs_2.10.1_arm64.deb
+ sha256sums_aarch64 = 20d9db51432f39089f6d6bf827e7ce3c0fd685a35d8a5bd8e3e9400f3ef027b0
pkgname = runjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0d0eb2365fac..86a65591e166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=runjs-bin
-pkgver=2.9.0
+pkgver=2.10.1
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=('bd6c3d86e01c7b62f11193171f0038a80c5912eee1e1736fe6a18d3a7a839d20')
-sha256sums_aarch64=('26c0634307a6d762ad663083bcb97c482c588639cdc00da959cac05a8451ad34')
+sha256sums_x86_64=('eb02ce164f58e0c737b0e71503753cecf31bd15fc70b918b5017ce90bea37ce7')
+sha256sums_aarch64=('20d9db51432f39089f6d6bf827e7ce3c0fd685a35d8a5bd8e3e9400f3ef027b0')
prepare() {
bsdtar xf data.tar.xz