summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2022-12-04 13:22:53 +0100
committerRubenKelevra2022-12-04 13:22:53 +0100
commit9dcd5cd56eed832025508ea9a1041a22c15eb306 (patch)
tree4d251cbdaa2d8283e8186973f3798a92c380312c
parent4c9b1333c70e73c907f17125a9adcd14e660bfa2 (diff)
downloadaur-9dcd5cd56eed832025508ea9a1041a22c15eb306.tar.gz
update to 0.24.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--changelog14
-rw-r--r--changelog.0.22.0.md12
-rw-r--r--changelog.0.23.0.md15
-rw-r--r--changelog.0.24.0.md11
6 files changed, 21 insertions, 45 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c3de9d2ed6..a25bda60d660 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = ipfs-desktop
pkgdesc = Desktop client for the InterPlanetary File System
- pkgver = 0.24.0
+ pkgver = 0.24.1
pkgrel = 1
url = https://github.com/ipfs/ipfs-desktop
install = ipfs-desktop.install
- changelog = changelog.0.24.0.md
+ changelog = changelog
arch = x86_64
license = MIT
makedepends = nodejs>=16
@@ -25,7 +25,7 @@ pkgbase = ipfs-desktop
makedepends = libevent
depends = gtk3
depends = alsa-lib
- source = ipfs-desktop-0.24.0.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.24.0.tar.gz
- b2sums = 4947613b6d60df013306b7f1eeb41f1423f55b87acc40239e828649dbe94656f4e402f74a5fb8eff0a848a8d660161b89f9af0fbd70daa6468d582eeeec33fa8
+ source = ipfs-desktop-0.24.1.tar.gz::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v0.24.1.tar.gz
+ b2sums = 3d10c45b697221bbdbe480b689418f52d1ce0ebc5a3c45dbd08be704e5df3c79dba9def95a007aa746f4079d2b81a015a66ae452b8f85df0a9836cbc38ad5283
pkgname = ipfs-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 3f0868b8fa96..a9ea0d31dd9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_archive_extension="tar.gz"
pkgname=ipfs-desktop
-pkgver=0.24.0
+pkgver=0.24.1 # REMEMBER TO UPDATE CHANGELOG!
pkgrel=1
pkgdesc="Desktop client for the InterPlanetary File System"
arch=(x86_64)
@@ -12,9 +12,9 @@ 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)
install=$pkgname.install
-changelog="changelog.$pkgver.md"
+changelog='changelog'
source=("$pkgname-$pkgver.$_archive_extension::https://github.com/ipfs/ipfs-desktop/archive/refs/tags/v$pkgver.$_archive_extension")
-b2sums=('4947613b6d60df013306b7f1eeb41f1423f55b87acc40239e828649dbe94656f4e402f74a5fb8eff0a848a8d660161b89f9af0fbd70daa6468d582eeeec33fa8')
+b2sums=('3d10c45b697221bbdbe480b689418f52d1ce0ebc5a3c45dbd08be704e5df3c79dba9def95a007aa746f4079d2b81a015a66ae452b8f85df0a9836cbc38ad5283')
prepare() {
cd "$pkgname-$pkgver"
diff --git a/changelog b/changelog
new file mode 100644
index 000000000000..686a9ef05ef1
--- /dev/null
+++ b/changelog
@@ -0,0 +1,14 @@
+Version 0.24.1
+
+What's Changed
+
+ Update README.md by @michael-spengler in #2289
+ chore: bump go-ipfs version to 0.16.0 by @galargh in #2280
+ fix: adjust mac and dmg artifactName by @lidel in #2296
+ chore(readme): 0.24.0 by @lidel in #2298
+ feat: Updating ipfs-webui CID to v2.20.0 by @whizzzkid in #2331
+
+New Contributors
+
+ @michael-spengler made their first contribution in #2289
+ @whizzzkid made their first contribution in #2331
diff --git a/changelog.0.22.0.md b/changelog.0.22.0.md
deleted file mode 100644
index b9c54851cd0f..000000000000
--- a/changelog.0.22.0.md
+++ /dev/null
@@ -1,12 +0,0 @@
-## [v0.22.0] - 2022-07-21
-
-- IPFS: [`kubo v0.14.0`](https://github.com/ipfs/go-ipfs/releases/tag/v0.14.0) :sparkles:
-- UI: [`v2.15.1`](https://github.com/ipfs-shipyard/ipfs-webui/releases/v2.15.1) :sparkles:
-
-* feat: ipfs-webui v2.15.1 by @SgtPooki in https://github.com/ipfs/ipfs-desktop/pull/2190
-* feat: kubo 0.14 by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2210
-* docs: update manual QA script by @lidel in https://github.com/ipfs/ipfs-desktop/pull/2176
-* docs: add network error troubleshoot by @hacdias in https://github.com/ipfs/ipfs-desktop/pull/2178
-* chore: remove unused auto-project triggers by @galargh in https://github.com/ipfs/ipfs-desktop/pull/2207
-* chore: use official github action in auto-project by @galargh in https://github.com/ipfs/ipfs-desktop/pull/2208
-* chore: create enum for ipcMain eventNames by @noliveira95 in https://github.com/ipfs/ipfs-desktop/pull/2189
diff --git a/changelog.0.23.0.md b/changelog.0.23.0.md
deleted file mode 100644
index e024f04fee19..000000000000
--- a/changelog.0.23.0.md
+++ /dev/null
@@ -1,15 +0,0 @@
-## What's Changed
-
- - chore: i18n, CI, and dep updates by @lidel in #2214
- - fix: quit if repository is part of private network by @hacdias in #2223
- - chore(maintenance): remove addedApiPort after go-ipfs 0.13 by @hacdias in #2226
- - fix: log correct error on spawn by @hacdias in #2225
- - fix: use constants for withAnalytics keys by @hacdias in #2224
- - Change 'Go-ipfs' to 'Kubo' in tray menu by @bertrandfalguiere in #2246
- - feat: jsdoc and improvements to daemon logic by @hacdias in #2227
- - feat: Kubo 0.15.0 by @ajnavarro in #2240
-
-## New Contributors
-
- - @bertrandfalguiere made their first contribution in #2246
- - @ajnavarro made their first contribution in #2240
diff --git a/changelog.0.24.0.md b/changelog.0.24.0.md
deleted file mode 100644
index 1e46d75a36dc..000000000000
--- a/changelog.0.24.0.md
+++ /dev/null
@@ -1,11 +0,0 @@
-## What's Changed
-
- - feat: monochrome tray icon on Windows & Linux by @hacdias in #2159
- - chore(deps): webui v2.18.0 by @SgtPooki in #2263
- - feat: Create CODEOWNERS by @SgtPooki in #2239
- - feat: include platform version in error report by @hacdias in #2256
- - fix: ensure .Swarm.ConnMgr exists before accessing by @hacdias in #2255
- - feat: ipfs-webui v2.18.1 by @SgtPooki in #2267
- - refactor: use ipcMainEvents constant by @hacdias in #2250
- - chore: webui@v2.19.0 by @SgtPooki in #2286
-