summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2020-10-12 20:26:43 -0600
committerAlex Henrie2020-10-12 20:26:43 -0600
commit5e0d08a0ad69b197c6ecf4b2bc3ec28b76645f6c (patch)
treebc02f0dca8c909f6ec9fdc6f13d6bb2d37e3c4aa
parentb8d4be05a78c57d7df8bd66071de17ffa1dbceed (diff)
downloadaur-5e0d08a0ad69b197c6ecf4b2bc3ec28b76645f6c.tar.gz
Revert "Update to 0.12.3"
This reverts commit b8d4be05a78c57d7df8bd66071de17ffa1dbceed. IPFS Desktop 0.12.3 is no longer available on GitHub.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be07326033ce..ac0f6ab1275a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.12.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.12.3.tar.gz
- sha256sums = ac3653833469724160664b58b0b15602a9f6dc273665c50f1a7ebd2c3143e08b
+ 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 50d5ae2b5c4b..a603f7894f2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=ipfs-desktop
-pkgver=0.12.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=(ac3653833469724160664b58b0b15602a9f6dc273665c50f1a7ebd2c3143e08b)
+sha256sums=(072151bd1c6e01ba8ef561ae30c751cba7ffb83a643f242f46016841d8467893)
build() {
cd "$pkgname-$pkgver"