summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2020-05-18 08:41:13 -0600
committerAlex Henrie2020-05-18 08:41:13 -0600
commit0b4b2b38e5bb1f55dcd95b10a88422d8df4b9cfb (patch)
tree26f43cf5003ee4cad625672733187151b352bd9f
parent9b9e108b4ef717a1912fca946c672b47824d81d6 (diff)
downloadaur-0b4b2b38e5bb1f55dcd95b10a88422d8df4b9cfb.tar.gz
Update to 0.11.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3555d451205..a6bbf3905c92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.11.2
+ pkgver = 0.11.3
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.11.2.tar.gz
- sha256sums = 49da335f360e22a2b85fc20eb9a25bc6ee8fcb2d8db5de2719e46aee27ae7084
+ source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.11.3.tar.gz
+ sha256sums = 2f6d127ff79478a0abc1a9a71b5b15d9b5a26277b1942ecc2e63b0d002012d9a
pkgname = ipfs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index b24ce128f90f..b548ceee2c6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=ipfs-desktop
-pkgver=0.11.2
+pkgver=0.11.3
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=(49da335f360e22a2b85fc20eb9a25bc6ee8fcb2d8db5de2719e46aee27ae7084)
+sha256sums=(2f6d127ff79478a0abc1a9a71b5b15d9b5a26277b1942ecc2e63b0d002012d9a)
build() {
cd "$pkgname-$pkgver"