summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcio Silva2020-07-20 10:03:10 -0300
committerMarcio Silva2020-07-20 10:03:10 -0300
commiteddd1677deec1825ffc8ae7e4665e0b77c4cf332 (patch)
tree8a1e584a034b9e16a9403af17b6bd77d0caaa062
parent8adb023c34e6450d14db93cfbb0f86462230f85b (diff)
downloadaur-eddd1677deec1825ffc8ae7e4665e0b77c4cf332.tar.gz
update to v0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f29a3b9551a0..6cf23fbd8f91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obsidian-appimage
pkgdesc = Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files
- pkgver = 0.7.6
+ pkgver = 0.8.0
pkgrel = 1
url = https://obsidian.md/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = obsidian-appimage
depends = fuse
noextract = obsidian-appimage-0.7.6.AppImage
options = !strip
- source_x86_64 = obsidian-appimage-0.7.6.AppImage::https://github.com/obsidianmd/obsidian-releases/releases/download/v0.7.6/Obsidian-0.7.6.AppImage
- sha256sums_x86_64 = 731368f2512b645ec321f43e01e9df01fc252c8f37a0e86280003847994ec076
+ source_x86_64 = obsidian-appimage-0.7.6.AppImage::https://github.com/obsidianmd/obsidian-releases/releases/download/v0.8.0/Obsidian-0.8.0.AppImage
+ sha256sums_x86_64 = 4014e150cfa60dcd3051ed78b63e6ea43cb3aaf0705ff321bdc02e1ed6697478
pkgname = obsidian-appimage
diff --git a/PKGBUILD b/PKGBUILD
index def7aed5d4bd..ecc68326e823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=obsidian
pkgname="${_pkgname}"-appimage
-pkgver=0.7.6
+pkgver=0.8.0
pkgrel=1
pkgdesc="Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files"
arch=('x86_64')
@@ -16,7 +16,7 @@ options=(!strip)
_appimage="${pkgname}-${pkgver}.AppImage"
source_x86_64=("${_appimage}::https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/Obsidian-${pkgver}.AppImage")
noextract=("${_appimage}")
-sha256sums_x86_64=('731368f2512b645ec321f43e01e9df01fc252c8f37a0e86280003847994ec076')
+sha256sums_x86_64=('4014e150cfa60dcd3051ed78b63e6ea43cb3aaf0705ff321bdc02e1ed6697478')
prepare() {
chmod +x "${_appimage}"