summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9145d9846b4..c30aabd7e4b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = another-redis-desktop-manager-bin
pkgdesc = A faster, better and more stable Redis desktop manager [GUI client]
- pkgver = 1.6.3
- pkgrel = 2
+ pkgver = 1.6.4
+ pkgrel = 1
url = https://github.com/qishibo/AnotherRedisDesktopManager
arch = x86_64
license = MIT
makedepends = fuse2
depends = electron12-bin
depends = java-runtime
- provides = another-redis-desktop-manager=1.6.3
+ provides = another-redis-desktop-manager=1.6.4
conflicts = another-redis-desktop-manager
- source = another-redis-desktop-manager-1.6.3.AppImage::https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.6.3/Another-Redis-Desktop-Manager.1.6.3.AppImage
- source = LICENSE-1.6.3::https://raw.githubusercontent.com/qishibo/AnotherRedisDesktopManager/v1.6.3/LICENSE
+ source = another-redis-desktop-manager-1.6.4.AppImage::https://github.com/qishibo/AnotherRedisDesktopManager/releases/download/v1.6.4/Another-Redis-Desktop-Manager.1.6.4.AppImage
+ source = LICENSE-1.6.4::https://raw.githubusercontent.com/qishibo/AnotherRedisDesktopManager/v1.6.4/LICENSE
source = another-redis-desktop-manager.sh
- sha256sums = b06f971f5a15211448d3af7439df05dcc176e17a45f98a431c79179e8c2fb32f
+ sha256sums = 4c316f90879196075843616d16f043a118ec74e56717ac5abc570f97cd57e92a
sha256sums = 49e1afe88ff863df075233daa348d313c1f77110de7d89794a6a9ae45b38c1b3
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
diff --git a/PKGBUILD b/PKGBUILD
index 039d74a1a5e9..34ea874dc64c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=another-redis-desktop-manager-bin
_pkgname=Another-Redis-Desktop-Manager
-pkgver=1.6.3
+pkgver=1.6.4
_electronversion=12
-pkgrel=2
+pkgrel=1
pkgdesc="A faster, better and more stable Redis desktop manager [GUI client]"
arch=('x86_64')
url="https://github.com/qishibo/AnotherRedisDesktopManager"
@@ -22,7 +22,7 @@ source=(
"LICENSE-${pkgver}::https://raw.githubusercontent.com/qishibo/AnotherRedisDesktopManager/v${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('b06f971f5a15211448d3af7439df05dcc176e17a45f98a431c79179e8c2fb32f'
+sha256sums=('4c316f90879196075843616d16f043a118ec74e56717ac5abc570f97cd57e92a'
'49e1afe88ff863df075233daa348d313c1f77110de7d89794a6a9ae45b38c1b3'
'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
build() {