Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go-ipfs: update to 0.7.0.
@ 2020-10-02 14:35 CMB
  2020-10-02 21:31 ` [PR PATCH] [Updated] " CMB
  2020-10-02 21:42 ` [PR PATCH] [Merged]: " the-maldridge
  0 siblings, 2 replies; 3+ messages in thread
From: CMB @ 2020-10-02 14:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

There is a new pull request by CMB against master on the void-packages repository

https://github.com/CMB/void-packages cmb-20201003-ipfs
https://github.com/void-linux/void-packages/pull/25282

go-ipfs: update to 0.7.0.
Also updates the dependency fs-repo-migrations.

A patch file from https://github.com/void-linux/void-packages/pull/25282.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmb-20201003-ipfs-25282.patch --]
[-- Type: text/x-diff, Size: 2257 bytes --]

From 0bc120eea4a125e32132fc7ab081cb7bfe4d9dc6 Mon Sep 17 00:00:00 2001
From: Christopher Brannon <chris@the-brannons.com>
Date: Fri, 2 Oct 2020 07:09:14 -0700
Subject: [PATCH] go-ipfs: update to 0.7.0.

Also updates the dependency fs-repo-migrations.
---
 srcpkgs/fs-repo-migrations/template | 6 +++---
 srcpkgs/go-ipfs/template            | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/fs-repo-migrations/template b/srcpkgs/fs-repo-migrations/template
index 05485887e2f..c35aae387fb 100644
--- a/srcpkgs/fs-repo-migrations/template
+++ b/srcpkgs/fs-repo-migrations/template
@@ -1,7 +1,7 @@
 # Template file for 'fs-repo-migrations'
 pkgname=fs-repo-migrations
-version=1.4.0
-revision=2
+version=1.6.4
+revision=1
 build_style=go
 go_import_path="github.com/ipfs/fs-repo-migrations"
 short_desc="Tool to upgrade the IPFS filesystem repository"
@@ -9,7 +9,7 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
 license="MIT"
 homepage="https://github.com/ipfs/fs-repo-migrations"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=f8638d1069919283039c50a8f899822202f00a43bef1f359f3bf44e2e3143d48
+checksum=9ab93755c93ca74da3afaa66dafd93c2b07c2a8e207e05b40ff6f7579819d451
 
 post_install() {
 	vlicense LICENSE
diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template
index 6b962aee3c4..96509787305 100644
--- a/srcpkgs/go-ipfs/template
+++ b/srcpkgs/go-ipfs/template
@@ -1,19 +1,19 @@
 # Template file for 'go-ipfs'
 pkgname=go-ipfs
-version=0.5.0
+version=0.7.0
 revision=1
 build_style=go
 go_import_path="github.com/ipfs/${pkgname}"
 go_package="${go_import_path}/cmd/ipfs"
 hostmakedepends="git"
-depends="fs-repo-migrations>=1.3.0"
+depends="fs-repo-migrations>=1.6.4"
 short_desc="Global versioned P2P merkle DAG file system"
 maintainer="Christopher Brannon <chris@the-brannons.com>"
 license="MIT, Apache-2.0"
 homepage="https://ipfs.io"
 changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496
+checksum=152986ebb30657ab706bee708fbe929114f5e8c39fbe602e3bbec93fe74c9123
 
 pre_build() {
 	if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] go-ipfs: update to 0.7.0.
  2020-10-02 14:35 [PR PATCH] go-ipfs: update to 0.7.0 CMB
@ 2020-10-02 21:31 ` CMB
  2020-10-02 21:42 ` [PR PATCH] [Merged]: " the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: CMB @ 2020-10-02 21:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

There is an updated pull request by CMB against master on the void-packages repository

https://github.com/CMB/void-packages cmb-20201003-ipfs
https://github.com/void-linux/void-packages/pull/25282

go-ipfs: update to 0.7.0.
Also updates the dependency fs-repo-migrations.

A patch file from https://github.com/void-linux/void-packages/pull/25282.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cmb-20201003-ipfs-25282.patch --]
[-- Type: text/x-diff, Size: 2474 bytes --]

From b7bf2f1ebb388598763d97949a9a40bbfc39bcfe Mon Sep 17 00:00:00 2001
From: Christopher Brannon <chris@the-brannons.com>
Date: Fri, 2 Oct 2020 14:25:37 -0700
Subject: [PATCH 1/2] fs-repo-migrations: update to 1.6.4.

---
 srcpkgs/fs-repo-migrations/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fs-repo-migrations/template b/srcpkgs/fs-repo-migrations/template
index 05485887e2f..c35aae387fb 100644
--- a/srcpkgs/fs-repo-migrations/template
+++ b/srcpkgs/fs-repo-migrations/template
@@ -1,7 +1,7 @@
 # Template file for 'fs-repo-migrations'
 pkgname=fs-repo-migrations
-version=1.4.0
-revision=2
+version=1.6.4
+revision=1
 build_style=go
 go_import_path="github.com/ipfs/fs-repo-migrations"
 short_desc="Tool to upgrade the IPFS filesystem repository"
@@ -9,7 +9,7 @@ maintainer="Christopher Brannon <chris@the-brannons.com>"
 license="MIT"
 homepage="https://github.com/ipfs/fs-repo-migrations"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=f8638d1069919283039c50a8f899822202f00a43bef1f359f3bf44e2e3143d48
+checksum=9ab93755c93ca74da3afaa66dafd93c2b07c2a8e207e05b40ff6f7579819d451
 
 post_install() {
 	vlicense LICENSE

From a45d4a75cd80f36d31a346a94aaf0c906deb7871 Mon Sep 17 00:00:00 2001
From: Christopher Brannon <chris@the-brannons.com>
Date: Fri, 2 Oct 2020 14:24:29 -0700
Subject: [PATCH 2/2] go-ipfs: update to 0.7.0.

---
 srcpkgs/go-ipfs/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/go-ipfs/template b/srcpkgs/go-ipfs/template
index 6b962aee3c4..96509787305 100644
--- a/srcpkgs/go-ipfs/template
+++ b/srcpkgs/go-ipfs/template
@@ -1,19 +1,19 @@
 # Template file for 'go-ipfs'
 pkgname=go-ipfs
-version=0.5.0
+version=0.7.0
 revision=1
 build_style=go
 go_import_path="github.com/ipfs/${pkgname}"
 go_package="${go_import_path}/cmd/ipfs"
 hostmakedepends="git"
-depends="fs-repo-migrations>=1.3.0"
+depends="fs-repo-migrations>=1.6.4"
 short_desc="Global versioned P2P merkle DAG file system"
 maintainer="Christopher Brannon <chris@the-brannons.com>"
 license="MIT, Apache-2.0"
 homepage="https://ipfs.io"
 changelog="https://github.com/ipfs/go-ipfs/blob/master/CHANGELOG.md"
 distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
-checksum=df74fe2331958cffde20daa22df25d671af8a29b9f41137c9ad320902fc39496
+checksum=152986ebb30657ab706bee708fbe929114f5e8c39fbe602e3bbec93fe74c9123
 
 pre_build() {
 	if [ "$CROSS_BUILD" ]; then

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: go-ipfs: update to 0.7.0.
  2020-10-02 14:35 [PR PATCH] go-ipfs: update to 0.7.0 CMB
  2020-10-02 21:31 ` [PR PATCH] [Updated] " CMB
@ 2020-10-02 21:42 ` the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2020-10-02 21:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

There's a merged pull request on the void-packages repository

go-ipfs: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/25282

Description:
Also updates the dependency fs-repo-migrations.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-02 21:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 14:35 [PR PATCH] go-ipfs: update to 0.7.0 CMB
2020-10-02 21:31 ` [PR PATCH] [Updated] " CMB
2020-10-02 21:42 ` [PR PATCH] [Merged]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).