diff options
author | Dj Isaac | 2024-07-23 07:45:00 -0500 |
---|---|---|
committer | Dj Isaac | 2024-07-23 07:45:00 -0500 |
commit | 216009fe3b7371dce125bce6e280a063344306db (patch) | |
tree | 31fbade44d0dac050ddc3e8d091bcebbd9b1077a | |
parent | be7f20d2abdb7fdfe6b0e9611e0da57c1b2e7e47 (diff) | |
download | aur-216009fe3b7371dce125bce6e280a063344306db.tar.gz |
bruno v1.22.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,18 +1,18 @@ pkgbase = bruno-electron pkgdesc = Bruno, an opensource API Client for Exploring and Testing APIs using the system provided Electron - pkgver = 1.20.4 + pkgver = 1.22.0 pkgrel = 1 url = https://www.usebruno.com/ arch = x86_64 license = MIT makedepends = asar makedepends = nvm - depends = electron>=21.0.0 + depends = electron>=31.0.0 provides = bruno conflicts = bruno - source = bruno-1.20.4.tar.gz::https://github.com/usebruno/bruno/archive/v1.20.4.tar.gz + source = bruno-1.22.0.tar.gz::https://github.com/usebruno/bruno/archive/v1.22.0.tar.gz source = com.usebruno.app.Bruno.desktop - sha256sums = 5043e7c35bf1420bd4428719e9c7fcc2458860d19aa608f800539b741b7f5e77 + sha256sums = 711fc44580e26c99fd60597539630adba2aaac943a46a6db968ea30c966c9437 sha256sums = 7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051 pkgname = bruno-electron @@ -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.20.4 +pkgver=1.22.0 pkgrel=1 conflicts=('bruno') provides=('bruno') @@ -13,7 +13,7 @@ url="https://www.usebruno.com/" license=('MIT') _electron=electron depends=( - "${_electron}>=21.0.0" + "${_electron}>=31.0.0" ) makedepends=( @@ -26,7 +26,7 @@ source=( com.usebruno.app.Bruno.desktop ) -sha256sums=('5043e7c35bf1420bd4428719e9c7fcc2458860d19aa608f800539b741b7f5e77' +sha256sums=('711fc44580e26c99fd60597539630adba2aaac943a46a6db968ea30c966c9437' '7bad0d66e67fdaaf99d1b7b32ba2f119b7d6dba12ecfdb398c39ee3c81bbe051') _ensure_local_nvm() { |