summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2020-08-14 16:26:41 -0600
committerAlex Henrie2020-08-14 16:26:41 -0600
commitc3e4f0e06a9c99a6ab095286c66167aedd1309da (patch)
treebc02f0dca8c909f6ec9fdc6f13d6bb2d37e3c4aa
parent0b4b2b38e5bb1f55dcd95b10a88422d8df4b9cfb (diff)
downloadaur-c3e4f0e06a9c99a6ab095286c66167aedd1309da.tar.gz
Update to 0.12.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6bbf3905c92..ac0f6ab1275a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.11.3
+ pkgver = 0.12.2
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.3.tar.gz
- sha256sums = 2f6d127ff79478a0abc1a9a71b5b15d9b5a26277b1942ecc2e63b0d002012d9a
+ source = https://github.com/ipfs-shipyard/ipfs-desktop/archive/v0.12.2.tar.gz
+ sha256sums = 072151bd1c6e01ba8ef561ae30c751cba7ffb83a643f242f46016841d8467893
pkgname = ipfs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index b548ceee2c6d..a603f7894f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=ipfs-desktop
-pkgver=0.11.3
+pkgver=0.12.2
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=(2f6d127ff79478a0abc1a9a71b5b15d9b5a26277b1942ecc2e63b0d002012d9a)
+sha256sums=(072151bd1c6e01ba8ef561ae30c751cba7ffb83a643f242f46016841d8467893)
build() {
cd "$pkgname-$pkgver"