summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fb2c489fca8..8655fc312efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tiny-rdm-bin
pkgdesc = A modern redis desktop manager. A better redis GUI client.
- pkgver = 1.1.9
+ pkgver = 1.1.13
pkgrel = 2
url = https://redis.tinycraft.cc/
arch = x86_64
license = custom
provides = tiny-rdm
conflicts = tiny-rdm-git
- source = tiny-rdm_1.1.9-x86_64.deb::https://github.com/tiny-craft/tiny-rdm/releases/download/v1.1.9/tiny-rdm_1.1.9_linux_amd64.deb
- sha512sums = SKIP
+ source = tiny-rdm_1.1.13-x86_64.deb::https://github.com/tiny-craft/tiny-rdm/releases/download/v1.1.13/tiny-rdm_1.1.13_linux_amd64.deb
+ sha512sums = 81675ab8accd62fa278872cc836d518aa8bceabae693af3d15d922c0fcd8234b
pkgname = tiny-rdm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 48b5cdce8039..a6e235d7d26b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: icepie <icepie.dev [at] gmail dot com>
pkgname=tiny-rdm-bin
_pkgname=tiny-rdm
-pkgver=1.1.9
+pkgver=1.1.13
pkgrel=2
pkgdesc="A modern redis desktop manager. A better redis GUI client."
arch=("x86_64")
@@ -12,12 +12,9 @@ optdepends=()
provides=('tiny-rdm')
conflicts=('tiny-rdm-git')
replaces=()
-# https://tms.dingtalk.com/markets/dingtalk/service-terms-zh md5 will change per download
source=("${_pkgname}_${pkgver}-${arch}.deb::https://github.com/tiny-craft/tiny-rdm/releases/download/v${pkgver}/${_pkgname}_${pkgver}_linux_amd64.deb")
-# DebSource & pkgver can be get here: https://dtapp-pub.dingtalk.com/dingtalk-desktop/xc_dingtalk_update/linux_deb/Update/other/linux_dingtalk_update.json
-
-sha512sums=('SKIP')
+sha512sums=('81675ab8accd62fa278872cc836d518aa8bceabae693af3d15d922c0fcd8234b')
prepare(){
cd ${srcdir}