summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-28 10:06:17 +0800
committerzxp198210052024-04-28 10:06:17 +0800
commit8a84067e9b55cd59c901a1f264eff4a2437d0929 (patch)
treebf637cb87c3918c9c6e8cdebe4026486e4175c02
parent9626ecd2d61696f14a5ebae7a4a4b5cd53bbb1d0 (diff)
downloadaur-8a84067e9b55cd59c901a1f264eff4a2437d0929.tar.gz
update to 1.1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f55a68029abb..49bb66da7dbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tiny-rdm
pkgdesc = A modern lightweight cross-platform Redis desktop manager
- pkgver = 1.1.11
+ pkgver = 1.1.12
pkgrel = 1
url = https://redis.tinycraft.cc/
arch = any
@@ -15,7 +15,7 @@ pkgbase = tiny-rdm
depends = webkit2gtk
conflicts = tiny-rdm
options = !strip
- source = tiny-rdm.git::git+https://github.com/tiny-craft/tiny-rdm.git#tag=v1.1.11
- sha256sums = SKIP
+ source = tiny-rdm-1.1.12.tar.gz::https://github.com/tiny-craft/tiny-rdm/archive/refs/tags/v1.1.12.tar.gz
+ sha256sums = e20eb9c8f689a6a4132a09262e2010399cbd6e63da26dde50727beeb44ef545a
pkgname = tiny-rdm
diff --git a/PKGBUILD b/PKGBUILD
index b38c5bd7fdbc..43b104adcdbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=tiny-rdm
_pkgname="Tiny RDM"
-pkgver=1.1.11
+pkgver=1.1.12
_nodeversion=18
pkgrel=1
pkgdesc="A modern lightweight cross-platform Redis desktop manager"
@@ -26,9 +26,9 @@ options=(
'!strip'
)
source=(
- "${pkgname}.git::git+${_ghurl}.git#tag=v${pkgver}"
+ "${pkgname}-${pkgver}.tar.gz::${_ghurl}/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha256sums=('SKIP')
+sha256sums=('e20eb9c8f689a6a4132a09262e2010399cbd6e63da26dde50727beeb44ef545a')
_ensure_local_nvm() {
export NVM_DIR="${srcdir}/.nvm"
source /usr/share/nvm/init-nvm.sh || [[ $? != 1 ]]
@@ -52,9 +52,9 @@ build() {
export GOCACHE="${srcdir}/go-build"
export GOMODCACHE="${srcdir}/go/pkg/mod"
if [ `curl -s ipinfo.io/country | grep CN | wc -l ` -ge 1 ];then
- echo 'registry="https://registry.npmmirror.com/"' >> .npmrc
- echo 'electron_mirror="https://registry.npmmirror.com/-/binary/electron/"' >> .npmrc
- echo 'electron_builder_binaries_mirror="https://registry.npmmirror.com/-/binary/electron-builder-binaries/"' >> .npmrc
+ export npm_config_registry=https://registry.npmmirror.com
+ export npm_config_electron_mirror=https://registry.npmmirror.com/-/binary/electron/
+ export npm_config_electron_builder_binaries_mirror=https://registry.npmmirror.com/-/binary/electron-builder-binaries/
export GOPROXY=https://goproxy.cn
else
echo "Your network is OK."