summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDj Isaac2024-05-06 19:16:20 -0500
committerDj Isaac2024-05-06 19:16:20 -0500
commit7b4e190626fd3ff80f2d44b142a1e71d5aeea6c9 (patch)
treebafa42cc005f9c5fc471483b2fc79796b1c7ecf7
parentbd6cdcc21770ccd92bd52071d972b2498a34f635 (diff)
downloadaur-7b4e190626fd3ff80f2d44b142a1e71d5aeea6c9.tar.gz
bruno 1.16.1
be advised, this version also features a node version push
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5db7f1ce2c45..caf67fc697ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bruno-electron
pkgdesc = Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron
- pkgver = 1.14.0
+ pkgver = 1.16.1
pkgrel = 1
url = https://www.usebruno.com/
arch = x86_64
@@ -8,12 +8,12 @@ pkgbase = bruno-electron
makedepends = asar
makedepends = npm
depends = electron>=21.0.0
- depends = nodejs>=18.13.0
+ depends = nodejs>=20.9.0
provides = bruno
conflicts = bruno
- source = bruno-1.14.0.tar.gz::https://github.com/usebruno/bruno/archive/v1.14.0.tar.gz
+ source = bruno-1.16.1.tar.gz::https://github.com/usebruno/bruno/archive/v1.16.1.tar.gz
source = com.usebruno.app.Bruno.desktop
- sha256sums = 166660b80f07bff75645967112f4cf849114fd9195451e98ec2eef119b7646a3
+ sha256sums = a3987d9fbcf44eac9ec1ca56661e91ddb75f958007b8e5611c25c56e184690e5
sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051
pkgname = bruno-electron
diff --git a/PKGBUILD b/PKGBUILD
index e965b712fd52..ed3e8fe53460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bruno-electron
_pkgname=bruno
pkgdesc="Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron"
-pkgver=1.14.0
+pkgver=1.16.1
pkgrel=1
conflicts=('bruno')
provides=('bruno')
@@ -14,7 +14,7 @@ license=('MIT')
_electron=electron
depends=(
"${_electron}>=21.0.0"
- "nodejs>=18.13.0"
+ "nodejs>=20.9.0"
)
makedepends=(
'asar'
@@ -26,7 +26,7 @@ source=(
com.usebruno.app.Bruno.desktop
)
-sha256sums=('166660b80f07bff75645967112f4cf849114fd9195451e98ec2eef119b7646a3'
+sha256sums=('a3987d9fbcf44eac9ec1ca56661e91ddb75f958007b8e5611c25c56e184690e5'
'7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051')
prepare() {