summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2023-02-11 16:10:13 +0100
committerRubenKelevra2023-02-11 16:10:13 +0100
commitc862dc80b9ca4d01037d4ded779ad28ab5ae17c5 (patch)
tree05e7104f87d5d5e0c7321c44d25894880674f1c7
parent4c3a00d97b516d6125b73e16247d026620e8209a (diff)
downloadaur-c862dc80b9ca4d01037d4ded779ad28ab5ae17c5.tar.gz
update to 0.26.1; requires a not yet available in the community repo npm version 9.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
-rw-r--r--changelog17
3 files changed, 14 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c9f152b0fb1..0d0b34d8480b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.26.0
- pkgrel = 2
+ pkgver = 0.26.1
+ pkgrel = 1
url = https://github.com/ipfs/ipfs-desktop
install = ipfs-desktop.install
changelog = changelog
arch = x86_64
license = MIT
makedepends = nodejs>=16
- makedepends = npm
+ makedepends = npm>=9.4.2
makedepends = node-gyp
makedepends = libxcrypt-compat
makedepends = libnotify
@@ -25,7 +25,7 @@ pkgbase = ipfs-desktop
makedepends = libevent
depends = gtk3
depends = alsa-lib
- source = ipfs-desktop-0.26.0.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.26.0.tar.gz
- b2sums = bc827d4f596d0e520835f46e406ab5062db1dc16e0e939696d0c19a50fcf2a808ae240d51d3779d2add61da30cf7522edc5d1e98c361cac45e5105dbea086867
+ source = ipfs-desktop-0.26.1.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.26.1.tar.gz
+ b2sums = 96098da2f6311691218201ce6c8288a9d60fd0fc34dacf8800d9ba6640c34967489e831944334f9be4ff866379109c24c29185fa0b76c3f8f9050ce3d63aefe7
pkgname = ipfs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 6bb98074f77a..03df0d9d5003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_archive_extension="tar.gz"
pkgname=ipfs-desktop
-pkgver=0.26.0 # REMEMBER TO UPDATE CHANGELOG!
-pkgrel=2
+pkgver=0.26.1 # REMEMBER TO UPDATE CHANGELOG!
+pkgrel=1
pkgdesc="Desktop client for the InterPlanetary File System"
arch=(x86_64)
url="https://github.com/ipfs/$pkgname"
license=(MIT)
depends=(gtk3 alsa-lib)
-makedepends=("nodejs>=16" npm node-gyp libxcrypt-compat libnotify snappy libappindicator-gtk3 re2 nss minizip libxss libxslt libvpx http-parser c-ares libevent)
+makedepends=("nodejs>=16" "npm>=9.4.2" node-gyp libxcrypt-compat libnotify snappy libappindicator-gtk3 re2 nss minizip libxss libxslt libvpx http-parser c-ares libevent)
install=$pkgname.install
changelog='changelog'
source=("$pkgname-$pkgver.$_archive_extension::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v$pkgver.$_archive_extension")
-b2sums=('bc827d4f596d0e520835f46e406ab5062db1dc16e0e939696d0c19a50fcf2a808ae240d51d3779d2add61da30cf7522edc5d1e98c361cac45e5105dbea086867')
+b2sums=('96098da2f6311691218201ce6c8288a9d60fd0fc34dacf8800d9ba6640c34967489e831944334f9be4ff866379109c24c29185fa0b76c3f8f9050ce3d63aefe7')
prepare() {
cd "$pkgname-$pkgver"
diff --git a/changelog b/changelog
index d11c2b1083c2..0127e8d39b51 100644
--- a/changelog
+++ b/changelog
@@ -1,16 +1,9 @@
-## Version 0.26.0
+## Version 0.26.1
-### Important changes in this release
+### What's Changed
-#### This release includes changing our metrics collection policy to opt-out instead of opt-in. This means app data (non-user data), or telemetry, is gathered by default when running the application. Note that you can still disable the collection of telemetry in the settings page. For more information, see the following:
-
- https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md
- ipfs-shipyard/ignite-metrics#76
- ipfs/ipfs-gui#117
-
-#### What's Changed
-
- feat: kubo 0.18 with /quic-v1 and /webtransport by @galargh in #2363
- feat: Updating ipfs-webui CID to v2.22.0 by @djmcquillan in #2387
+- chore(docs): v0.26.0 by @SgtPooki in #2389
+- Update Kubo: v0.18.1 by @galargh in #2396
+- Update ci.yml by @galargh in #2413