summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2022-07-05 17:02:51 +0300
committerjonian2022-07-05 17:02:51 +0300
commitbe184afc7cb558ded338ec2bc378e07cc78b1f5f (patch)
tree97aa74fa4368f80e30d691d38687fe6728a108cb
parent88e87225f7004e2d06289b8fe92a3c91f6003108 (diff)
downloadaur-be184afc7cb558ded338ec2bc378e07cc78b1f5f.tar.gz
version update to 2.5.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7925fc92418d..eb7424e08d7d 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.4.1
+ pkgver = 2.5.1
pkgrel = 2
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.4.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.4.1/runjs_2.4.1_amd64.deb
- sha256sums_x86_64 = 1c301ea40f159731df2d64e7fb4f7671d2f6433efcfc6859ae1f4c1537c66f45
- source_aarch64 = runjs-bin-2.4.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.4.1/runjs_2.4.1_arm64.deb
- sha256sums_aarch64 = 97e987daa95363d19012082974e346f3b5a89a71be14520b5d05fc70d06c2d67
+ source_x86_64 = runjs-bin-2.5.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.5.1/runjs_2.5.1_amd64.deb
+ sha256sums_x86_64 = c5b608e877cfdbe6a30a128ed89fd498f9e3fd1b2e9417f6750c82e42a5fd25a
+ source_aarch64 = runjs-bin-2.5.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.5.1/runjs_2.5.1_arm64.deb
+ sha256sums_aarch64 = c5b608e877cfdbe6a30a128ed89fd498f9e3fd1b2e9417f6750c82e42a5fd25a
pkgname = runjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6dddbc78a0e5..3b1659acc705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=runjs-bin
-pkgver=2.4.1
+pkgver=2.5.1
pkgrel=2
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=('1c301ea40f159731df2d64e7fb4f7671d2f6433efcfc6859ae1f4c1537c66f45')
-sha256sums_aarch64=('97e987daa95363d19012082974e346f3b5a89a71be14520b5d05fc70d06c2d67')
+sha256sums_x86_64=('c5b608e877cfdbe6a30a128ed89fd498f9e3fd1b2e9417f6750c82e42a5fd25a')
+sha256sums_aarch64=('c5b608e877cfdbe6a30a128ed89fd498f9e3fd1b2e9417f6750c82e42a5fd25a')
prepare() {
bsdtar xf data.tar.xz