summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDj Isaac2024-04-22 14:34:05 -0500
committerDj Isaac2024-04-22 14:34:05 -0500
commitbd6cdcc21770ccd92bd52071d972b2498a34f635 (patch)
treef888f26bba5b80fa230e56f5843c25839a839506
parentb3c98cbbffad9988f8724710f046c7718e4e921c (diff)
downloadaur-bd6cdcc21770ccd92bd52071d972b2498a34f635.tar.gz
v1.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6f8087d3e77..5db7f1ce2c45 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.12.3
+ pkgver = 1.14.0
pkgrel = 1
url = https://www.usebruno.com/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = bruno-electron
depends = nodejs>=18.13.0
provides = bruno
conflicts = bruno
- source = bruno-1.12.3.tar.gz::https://github.com/usebruno/bruno/archive/v1.12.3.tar.gz
+ source = bruno-1.14.0.tar.gz::https://github.com/usebruno/bruno/archive/v1.14.0.tar.gz
source = com.usebruno.app.Bruno.desktop
- sha256sums = 4e964b5b053318d7604362aabc9b88ae2a4d58e39dadbe14e8083d7d1e38f987
+ sha256sums = 166660b80f07bff75645967112f4cf849114fd9195451e98ec2eef119b7646a3
sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051
pkgname = bruno-electron
diff --git a/PKGBUILD b/PKGBUILD
index 8e1c6a3faf9f..e965b712fd52 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.12.3
+pkgver=1.14.0
pkgrel=1
conflicts=('bruno')
provides=('bruno')
@@ -26,7 +26,7 @@ source=(
com.usebruno.app.Bruno.desktop
)
-sha256sums=('4e964b5b053318d7604362aabc9b88ae2a4d58e39dadbe14e8083d7d1e38f987'
+sha256sums=('166660b80f07bff75645967112f4cf849114fd9195451e98ec2eef119b7646a3'
'7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051')
prepare() {