summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2020-03-12 12:29:22 -0600
committerAlex Henrie2020-03-12 12:29:22 -0600
commitcfaf25e37dbeafcd5bb29859bb0209a26786af2e (patch)
treed34636b06e0c03db3d4b9e8bfd6aaedb90438279
parentc2f827c797585002f7672ed89f989d1cdb171966 (diff)
downloadaur-cfaf25e37dbeafcd5bb29859bb0209a26786af2e.tar.gz
Update to 0.10.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e70782ea15ef..98e30689cdaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.10.3
+ pkgver = 0.10.4
pkgrel = 1
url = https://github.com/ipfs-shipyard/ipfs-desktop
install = ipfs-desktop.install
@@ -24,8 +24,8 @@ pkgbase = ipfs-desktop
depends = libnotify
depends = libappindicator-gtk3
depends = libappindicator-sharp
- source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.10.3.tar.gz
- sha256sums = 5910e5798ad7661c9fdc01ad50fee60c7eba172ed9288e9096c5551571e7e1c7
+ source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.10.4.tar.gz
+ sha256sums = d4cc401f4cafaacb5a7f25518732fdc5c95f16d271794b605b24567c3cf07fa1
pkgname = ipfs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 279e225b91d2..ddfded4526a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=ipfs-desktop
-pkgver=0.10.3
+pkgver=0.10.4
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=(5910e5798ad7661c9fdc01ad50fee60c7eba172ed9288e9096c5551571e7e1c7)
+sha256sums=(d4cc401f4cafaacb5a7f25518732fdc5c95f16d271794b605b24567c3cf07fa1)
build() {
cd "$pkgname-$pkgver"