summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ab92dbfa3c..c54595450db3 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.18.0
+ pkgver = 1.18.1
pkgrel = 1
url = https://www.usebruno.com/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = bruno-electron
depends = nodejs>=20.9.0
provides = bruno
conflicts = bruno
- source = bruno-1.18.0.tar.gz::https://github.com/usebruno/bruno/archive/v1.18.0.tar.gz
+ source = bruno-1.18.1.tar.gz::https://github.com/usebruno/bruno/archive/v1.18.1.tar.gz
source = com.usebruno.app.Bruno.desktop
- sha256sums = c5e1658a708a87634baa09e79bddd780e38918f12ffdc4ac3860a68290ab657d
+ sha256sums = 1f7977ffd55b09a9fe08d694fec8353d3ebde002853ff4271801d8fe9a67a31b
sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051
pkgname = bruno-electron
diff --git a/PKGBUILD b/PKGBUILD
index b212672b23cc..3006f0fd14c1 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.18.0
+pkgver=1.18.1
pkgrel=1
conflicts=('bruno')
provides=('bruno')
@@ -26,7 +26,7 @@ source=(
com.usebruno.app.Bruno.desktop
)
-sha256sums=('c5e1658a708a87634baa09e79bddd780e38918f12ffdc4ac3860a68290ab657d'
+sha256sums=('1f7977ffd55b09a9fe08d694fec8353d3ebde002853ff4271801d8fe9a67a31b'
'7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051')
prepare() {