summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 070ca041b1cf..34e5c46d0618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bloomrpc-bin
pkgdesc = GUI Client for gRPC Services
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 1
url = https://github.com/uw-labs/bloomrpc
arch = x86_64
@@ -9,10 +9,9 @@ pkgbase = bloomrpc-bin
depends = libxss
depends = libxtst
conflicts = bloomrpc
- source = https://github.com/uw-labs/bloomrpc/releases/download/1.5.2/bloomrpc_1.5.2_amd64.deb
+ source = https://github.com/uw-labs/bloomrpc/releases/download/1.5.3/bloomrpc_1.5.3_amd64.deb
source = bloomrpc.desktop.patch
- sha512sums = f392ad07e1f9ada10b7ea790cfe480fa570d0aa50fe8b4de6ed8bec91a69408c5a7e78d4ba7a3c80819fa6e37546acf06b96af4778c409a5cb2944fdee0320a2
+ sha512sums = 4d92cf397573b061e80686e9bfd3f01d16f7557678de4b1c0435e0187336fd7e5b7be7a4dcfdbadb0d33aab5c2dbe2d9a66a595194fd217436c32a2598b50465
sha512sums = ab9979e497202c97195ae59d782d2905cf5bfed49f3a7216eab33404db8e9b9de4c21b4e736378add3fdf66536af11dbde67a2b99a91d0276beb83091b62fad1
pkgname = bloomrpc-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 10509b78058f..5ee7efc3a9ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexej Kubarev <echo YWxleGVqLmt1YmFyZXZAZ21haWwuY29tCg== | base64 -d>
pkgname=bloomrpc-bin
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="GUI Client for gRPC Services"
arch=('x86_64')
@@ -14,7 +14,7 @@ source=(
conflicts=('bloomrpc')
sha512sums=(
- 'f392ad07e1f9ada10b7ea790cfe480fa570d0aa50fe8b4de6ed8bec91a69408c5a7e78d4ba7a3c80819fa6e37546acf06b96af4778c409a5cb2944fdee0320a2'
+ '4d92cf397573b061e80686e9bfd3f01d16f7557678de4b1c0435e0187336fd7e5b7be7a4dcfdbadb0d33aab5c2dbe2d9a66a595194fd217436c32a2598b50465'
'ab9979e497202c97195ae59d782d2905cf5bfed49f3a7216eab33404db8e9b9de4c21b4e736378add3fdf66536af11dbde67a2b99a91d0276beb83091b62fad1'
)