summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2021-02-25 16:39:49 -0700
committerAlex Henrie2021-02-25 16:39:49 -0700
commit2c359d2033c39f9e8d36360883360650d0349ab0 (patch)
tree667f7b95fa3fcd7cfa0e5edc730ed86fb99624c6
parentd8999979e31c99cb08c79b4b950f184eaa6eafe7 (diff)
downloadaur-2c359d2033c39f9e8d36360883360650d0349ab0.tar.gz
Update to 0.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b02c746d6e3..ea4e64192b5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.13.2
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/ipfs-shipyard/ipfs-desktop
install = ipfs-desktop.install
@@ -23,8 +23,8 @@ pkgbase = ipfs-desktop
depends = snappy
depends = libnotify
depends = libappindicator-gtk3
- source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.13.2.tar.gz
- sha256sums = d1ede6ac1850f37f9b2d5f6ec310aa4a86c5ec93a347939b0b8c327340282b23
+ source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.14.0.tar.gz
+ sha256sums = 73a81f9840d786edd606d7081e9e086c64e7715faf20d9545ebd9958c6d9c486
pkgname = ipfs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 9216a3d375e2..692b75204ddb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=ipfs-desktop
-pkgver=0.13.2
+pkgver=0.14.0
pkgrel=1
pkgdesc="Desktop client for the InterPlanetary File System"
arch=(x86_64)
@@ -10,7 +10,7 @@ depends=(c-ares ffmpeg gtk3 http-parser libevent libvpx libxslt libxss minizip n
makedepends=(nodejs npm node-gyp)
install=$pkgname.install
source=("https://github.com/ipfs-shipyard/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=(d1ede6ac1850f37f9b2d5f6ec310aa4a86c5ec93a347939b0b8c327340282b23)
+sha256sums=(73a81f9840d786edd606d7081e9e086c64e7715faf20d9545ebd9958c6d9c486)
build() {
cd "$pkgname-$pkgver"