summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDj Isaac2023-12-17 23:25:48 -0600
committerDj Isaac2023-12-17 23:25:48 -0600
commitf42376209e37e0ce1785adc39d99ba41c10157da (patch)
treec3d01a83bdd4028fc855f5122d0471e99a2ce0f8
parent69bf25934896ab98bfa6a086db025d02dcf487f9 (diff)
downloadaur-f42376209e37e0ce1785adc39d99ba41c10157da.tar.gz
bruno v1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db7f1676988b..13a6237093d9 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.3.2
+ pkgver = 1.5.0
pkgrel = 1
url = https://www.usebruno.com/
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = bruno-electron
depends = nodejs>=18.13.0
provides = bruno
conflicts = bruno
- source = bruno-1.3.2.tar.gz::https://github.com/usebruno/bruno/archive/v1.3.2.tar.gz
+ source = bruno-1.5.0.tar.gz::https://github.com/usebruno/bruno/archive/v1.5.0.tar.gz
source = com.usebruno.app.Bruno.desktop
- sha256sums = 2116e784e2c01983a6b9a381c88c1ed640988a16e5c77ec48432d3eb5ce46c73
+ sha256sums = 8942703dfdc413b25349fd6168c1b4b48ac11bd686707b7485ad1f3be9c28895
sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051
pkgname = bruno-electron
diff --git a/PKGBUILD b/PKGBUILD
index 53977b87981c..04c42d59c4cd 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.3.2
+pkgver=1.5.0
pkgrel=1
conflicts=('bruno')
provides=('bruno')
@@ -26,7 +26,7 @@ source=(
)
sha256sums=(
- '2116e784e2c01983a6b9a381c88c1ed640988a16e5c77ec48432d3eb5ce46c73' # bruno
+ '8942703dfdc413b25349fd6168c1b4b48ac11bd686707b7485ad1f3be9c28895' # bruno
'7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051' # bruno.desktop
)