summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDj Isaac2023-12-05 06:11:44 -0600
committerDj Isaac2023-12-05 06:11:44 -0600
commit69bf25934896ab98bfa6a086db025d02dcf487f9 (patch)
tree96a027168b20a7f9be43248f92197b890f041454
parent8eae3164d05ff17bd2173b4ae8cef067b75d0d54 (diff)
downloadaur-69bf25934896ab98bfa6a086db025d02dcf487f9.tar.gz
Hello, World. Bruno 1.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90d2c1fb340d..db7f1676988b 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.0.0
+ pkgver = 1.3.2
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.0.0.tar.gz::https://github.com/usebruno/bruno/archive/v1.0.0.tar.gz
+ source = bruno-1.3.2.tar.gz::https://github.com/usebruno/bruno/archive/v1.3.2.tar.gz
source = com.usebruno.app.Bruno.desktop
- sha256sums = a28b2030b46bf6c84e7973a165cab9c52bd1fcb13a3e97bf0e6f1323d72717b0
+ sha256sums = 2116e784e2c01983a6b9a381c88c1ed640988a16e5c77ec48432d3eb5ce46c73
sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051
pkgname = bruno-electron
diff --git a/PKGBUILD b/PKGBUILD
index c54891bf58c9..53977b87981c 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.0.0
+pkgver=1.3.2
pkgrel=1
conflicts=('bruno')
provides=('bruno')
@@ -26,7 +26,7 @@ source=(
)
sha256sums=(
- 'a28b2030b46bf6c84e7973a165cab9c52bd1fcb13a3e97bf0e6f1323d72717b0' # bruno
+ '2116e784e2c01983a6b9a381c88c1ed640988a16e5c77ec48432d3eb5ce46c73' # bruno
'7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051' # bruno.desktop
)