summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-24 09:06:45 +0800
committerzxp198210052023-11-24 09:06:45 +0800
commit28534141dab35a2333cbb9be5419785831274285 (patch)
tree1223ad46af3d83cf4d68794f9d222e1da49e05bc
parent1672939ffe37b8054300750b7864570419f1f149 (diff)
downloadaur-28534141dab35a2333cbb9be5419785831274285.tar.gz
update to 0.9.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7587f3ad2c9e..06d19f08ecfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thoughts-bin
pkgdesc = 一个还算强大的Web思维导图。A relatively powerful web mind map.
- pkgver = 0.7.0
- pkgrel = 2
+ pkgver = 0.9.0
+ pkgrel = 1
url = https://wanglin2.github.io/mind-map/#/index
arch = x86_64
license = MIT
@@ -14,12 +14,12 @@ pkgbase = thoughts-bin
depends = libdbusmenu-glib
depends = gtk2
depends = dbus-glib
- provides = thoughts=0.7.0
+ provides = thoughts=0.9.0
conflicts = thoughts
- source = thoughts-0.7.0.AppImage::https://github.com/wanglin2/mind-map/releases/download/electron_0.7.0/-0.7.0.AppImage
- source = LICENSE::https://raw.githubusercontent.com/wanglin2/mind-map/electron_0.7.0/LICENSE
+ source = thoughts-0.9.0.AppImage::https://github.com/wanglin2/mind-map/releases/download/electron_0.9.0/-0.9.0.AppImage
+ source = LICENSE::https://raw.githubusercontent.com/wanglin2/mind-map/electron_0.9.0/LICENSE
source = thoughts.sh
- sha256sums = bdbc17da2ec25aff79057fbacfbb0f0be1dd6a6abb694dcac53854e6b8edd9cc
+ sha256sums = 1f7b73075f4cdd8e50ec494190d0ba5c8c7d72f470a9d3544b9ad04ac9f69ab2
sha256sums = 8a19b651678a6a644640524d984ed89d0b9a78c662545715218a05130c7329c7
sha256sums = c36118c1c69c968ba18d7be76b0869e0b15668b678f234bb8749d47f43dda039
diff --git a/PKGBUILD b/PKGBUILD
index 25f67ecb3c3c..18f460f0b7ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=thoughts-bin
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc="一个还算强大的Web思维导图。A relatively powerful web mind map."
arch=("x86_64")
url="https://wanglin2.github.io/mind-map/#/index"
@@ -27,7 +27,7 @@ source=(
"LICENSE::https://raw.githubusercontent.com/wanglin2/mind-map/electron_${pkgver}/LICENSE"
"${pkgname%-bin}.sh"
)
-sha256sums=('bdbc17da2ec25aff79057fbacfbb0f0be1dd6a6abb694dcac53854e6b8edd9cc'
+sha256sums=('1f7b73075f4cdd8e50ec494190d0ba5c8c7d72f470a9d3544b9ad04ac9f69ab2'
'8a19b651678a6a644640524d984ed89d0b9a78c662545715218a05130c7329c7'
'c36118c1c69c968ba18d7be76b0869e0b15668b678f234bb8749d47f43dda039')
build() {