summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDj Isaac2023-10-31 19:10:29 -0500
committerDj Isaac2023-10-31 19:10:29 -0500
commit8eae3164d05ff17bd2173b4ae8cef067b75d0d54 (patch)
treed244c3198a56d436ed0069ef73c4d209b70a7410
parenta48c4dcdd6b902a5da097f7f465d948b82f4be7e (diff)
downloadaur-8eae3164d05ff17bd2173b4ae8cef067b75d0d54.tar.gz
we 1.0.0 now
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e00cd6a78a5e..90d2c1fb340d 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 = 0.27.2
+ pkgver = 1.0.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-0.27.2.tar.gz::https://github.com/usebruno/bruno/archive/v0.27.2.tar.gz
+ source = bruno-1.0.0.tar.gz::https://github.com/usebruno/bruno/archive/v1.0.0.tar.gz
source = com.usebruno.app.Bruno.desktop
- sha256sums = a65f23323c499717eafa9d392cb131fc77a6a7cda361f2129283b6915284b210
+ sha256sums = a28b2030b46bf6c84e7973a165cab9c52bd1fcb13a3e97bf0e6f1323d72717b0
sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051
pkgname = bruno-electron
diff --git a/PKGBUILD b/PKGBUILD
index f63191f960f0..c54891bf58c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=bruno-electron
_pkgname=bruno
pkgdesc="Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron"
-pkgver=0.27.2
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
conflicts=('bruno')
provides=('bruno')
arch=('x86_64')
@@ -26,7 +26,7 @@ source=(
)
sha256sums=(
- 'a65f23323c499717eafa9d392cb131fc77a6a7cda361f2129283b6915284b210' # bruno
+ 'a28b2030b46bf6c84e7973a165cab9c52bd1fcb13a3e97bf0e6f1323d72717b0' # bruno
'7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051' # bruno.desktop
)