summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-06-28 12:36:50 +0300
committerjonian2021-06-28 12:36:50 +0300
commit9397113f362fa00f03931efbbde3b889991121d3 (patch)
tree946bd5c9f09beefb6c29be678d8b0d8351b43014
parent5b897fe45e55bc4b672d381dbbc78f9c41ee9c6d (diff)
downloadaur-9397113f362fa00f03931efbbde3b889991121d3.tar.gz
version update to 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1eb7a9db8777..ecbc8fcdde64 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.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/lukehaas/RunJS
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = runjs-bin
provides = runjs
conflicts = runjs
conflicts = runjs-git
- source = runjs-bin-2.0.0.deb::https://github.com/lukehaas/RunJS/releases/download/v2.0.0/runjs_2.0.0_amd64.deb
- sha256sums = 99f090c98a1edf7084668ee638d82ed0f1cd5ddd81d7737e7406d1596dac26ee
+ source = runjs-bin-2.0.1.deb::https://github.com/lukehaas/RunJS/releases/download/v2.0.1/runjs_2.0.1_amd64.deb
+ sha256sums = a4f99c77ac6929c0a1c73e3ac743392eba4850abbd341812c4c06ae82a09173a
pkgname = runjs-bin
diff --git a/PKGBUILD b/PKGBUILD
index 71cb88663f76..321bf94bab5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=runjs-bin
-pkgver=2.0.0
+pkgver=2.0.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")
@@ -10,7 +10,7 @@ depends=("nss" "libxss" "libnotify" "libsecret" "libappindicator-gtk3" "util-lin
provides=("runjs")
conflicts=("runjs" "runjs-git")
source=("$pkgname-$pkgver.deb::$url/releases/download/v${pkgver}/runjs_${pkgver}_amd64.deb")
-sha256sums=("99f090c98a1edf7084668ee638d82ed0f1cd5ddd81d7737e7406d1596dac26ee")
+sha256sums=("a4f99c77ac6929c0a1c73e3ac743392eba4850abbd341812c4c06ae82a09173a")
prepare() {
bsdtar xf data.tar.xz