summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLenin Garizabalo2024-03-14 12:26:07 -0500
committerLenin Garizabalo2024-03-14 12:26:07 -0500
commit5414604e224543f11e10ed923bae71ec4e972069 (patch)
tree0592de3dd962e8cb3557e267b0c6f76035b5ca5b
parent6e21ea7556ac3c53546e449df2dd2bf86a9c8c05 (diff)
downloadaur-5414604e224543f11e10ed923bae71ec4e972069.tar.gz
Update version and checksums
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8172230e31c1..bce2c114f0d9 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.10.1
+ pkgver = 2.11.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.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
+ source_x86_64 = runjs-bin-2.11.0.deb::https://github.com/lukehaas/RunJS/releases/download/v2.11.0/runjs_2.11.0_amd64.deb
+ sha256sums_x86_64 = 8372f4a810d4a022a7279397f6ae52d3d50e4e15083eec3781eec3fcb1479706
+ source_aarch64 = runjs-bin-2.11.0.deb::https://github.com/lukehaas/RunJS/releases/download/v2.11.0/runjs_2.11.0_arm64.deb
+ sha256sums_aarch64 = 8372f4a810d4a022a7279397f6ae52d3d50e4e15083eec3781eec3fcb1479706
pkgname = runjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 86a65591e166..f1bfe4071ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=runjs-bin
-pkgver=2.10.1
+pkgver=2.11.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=('eb02ce164f58e0c737b0e71503753cecf31bd15fc70b918b5017ce90bea37ce7')
-sha256sums_aarch64=('20d9db51432f39089f6d6bf827e7ce3c0fd685a35d8a5bd8e3e9400f3ef027b0')
+sha256sums_x86_64=('8372f4a810d4a022a7279397f6ae52d3d50e4e15083eec3781eec3fcb1479706')
+sha256sums_aarch64=('8372f4a810d4a022a7279397f6ae52d3d50e4e15083eec3781eec3fcb1479706')
prepare() {
bsdtar xf data.tar.xz