summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVianney Bouchaud2023-10-23 09:25:58 +0200
committerVianney Bouchaud2023-10-23 09:25:58 +0200
commit3a5d0ef184040866fb984cfc970734130e06ffc9 (patch)
tree2ea872df852075796cfce4b9d478cf73191bc606
parent4c6445851e7f0b96bd53a030371167af8357d901 (diff)
downloadaur-3a5d0ef184040866fb984cfc970734130e06ffc9.tar.gz
upgpkg: bruno-bin 0.27.0-1
upstream release bumping bruno-bin to version v0.27.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 053e6463d1f2..aee8cb396f6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = bruno-bin
pkgdesc = Opensource API Client for Exploring and Testing APIs
- pkgver = 0.26.0
+ pkgver = 0.27.0
pkgrel = 1
url = https://www.usebruno.com/
arch = x86_64
license = MIT
provides = bruno
conflicts = bruno
- source = https://github.com/usebruno/bruno/releases/download/v0.26.0/bruno_0.26.0_amd64_linux.deb
- source = LICENSE-0.26.0::https://raw.githubusercontent.com/usebruno/bruno/v0.26.0/license.md
- sha256sums = 0458f1a8d99c7d45445b57f9a5a84ad6f330545fb51a4f5f6d0f45d44874229e
+ source = https://github.com/usebruno/bruno/releases/download/v0.27.0/bruno_0.27.0_amd64_linux.deb
+ source = LICENSE-0.27.0::https://raw.githubusercontent.com/usebruno/bruno/v0.27.0/license.md
+ sha256sums = e7b09ba7ffb7acdabf6e1508b4fb8de9922349df08ce626c9fd14d9bcf648621
sha256sums = 8891070a847e5047bf77d38d88d7dfbab1beab41e37c802b9f5b23f2bbb9c7be
pkgname = bruno-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2a64ed47ec4d..ab05e9641132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bruno-bin
_pkgname=bruno
pkgdesc="Opensource API Client for Exploring and Testing APIs"
-pkgver=0.26.0
+pkgver=0.27.0
pkgrel=1
arch=('x86_64')
url="https://www.usebruno.com/"
@@ -33,6 +33,6 @@ package() {
}
sha256sums=(
- 0458f1a8d99c7d45445b57f9a5a84ad6f330545fb51a4f5f6d0f45d44874229e
+ e7b09ba7ffb7acdabf6e1508b4fb8de9922349df08ce626c9fd14d9bcf648621
8891070a847e5047bf77d38d88d7dfbab1beab41e37c802b9f5b23f2bbb9c7be
)