Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nnn: update to 3.6.
@ 2021-03-17 14:46 UsernameRandomlyGenerated
  2021-03-17 14:59 ` FollieHiyuki
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: UsernameRandomlyGenerated @ 2021-03-17 14:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/UsernameRandomlyGenerated/void-packages nnn36
https://github.com/void-linux/void-packages/pull/29533

nnn: update to 3.6.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nnn36-29533.patch --]
[-- Type: text/x-diff, Size: 1048 bytes --]

From ddf950106aa80fcf5cee278f838c0f7cf6bee9d5 Mon Sep 17 00:00:00 2001
From: UsernameRandomlyGenerated <coredavid@tutanota.com>
Date: Wed, 17 Mar 2021 15:46:13 +0100
Subject: [PATCH] nnn: update to 3.6.

---
 srcpkgs/nnn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template
index ba12cad5ee51..704b749716e6 100644
--- a/srcpkgs/nnn/template
+++ b/srcpkgs/nnn/template
@@ -1,6 +1,6 @@
 # Template file for 'nnn'
 pkgname=nnn
-version=3.5
+version=3.6
 revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/jarun/nnn"
 changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
 distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
-checksum=e636d4035499a112a0ad33f1557838132ed2e39d8857c5b219714fe9f64681f3
+checksum=875094caebcc22ecf53b3722d139b127d25e1d5563a954342f32ded8980978b5
 
 post_install() {
 	vinstall misc/auto-completion/bash/nnn-completion.bash 644 \

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PR PATCH] nnn: update to 3.6.
@ 2021-03-20 12:12 ailiop-git
  2021-03-20 13:36 ` ericonr
  2021-03-29 19:56 ` ericonr
  0 siblings, 2 replies; 15+ messages in thread
From: ailiop-git @ 2021-03-20 12:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages nnn
https://github.com/void-linux/void-packages/pull/29614

nnn: update to 3.6.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nnn-29614.patch --]
[-- Type: text/x-diff, Size: 1037 bytes --]

From a954a44e384b086f446b5fedf878ca14fb057382 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 20 Mar 2021 13:02:17 +0100
Subject: [PATCH] nnn: update to 3.6.

---
 srcpkgs/nnn/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nnn/template b/srcpkgs/nnn/template
index ba12cad5ee51..704b749716e6 100644
--- a/srcpkgs/nnn/template
+++ b/srcpkgs/nnn/template
@@ -1,6 +1,6 @@
 # Template file for 'nnn'
 pkgname=nnn
-version=3.5
+version=3.6
 revision=1
 build_style=gnu-makefile
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/jarun/nnn"
 changelog="https://raw.githubusercontent.com/jarun/nnn/master/CHANGELOG"
 distfiles="https://github.com/jarun/nnn/archive/v${version}.tar.gz"
-checksum=e636d4035499a112a0ad33f1557838132ed2e39d8857c5b219714fe9f64681f3
+checksum=875094caebcc22ecf53b3722d139b127d25e1d5563a954342f32ded8980978b5
 
 post_install() {
 	vinstall misc/auto-completion/bash/nnn-completion.bash 644 \

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

end of thread, other threads:[~2021-03-29 20:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 14:46 [PR PATCH] nnn: update to 3.6 UsernameRandomlyGenerated
2021-03-17 14:59 ` FollieHiyuki
2021-03-17 15:17 ` UsernameRandomlyGenerated
2021-03-17 15:26 ` FollieHiyuki
2021-03-17 21:08 ` tibequadorian
2021-03-17 21:10 ` tibequadorian
2021-03-18  0:00 ` sgn
2021-03-18 21:28 ` FollieHiyuki
2021-03-20 12:16 ` UsernameRandomlyGenerated
2021-03-20 13:47 ` FollieHiyuki
2021-03-29 18:42 ` [PR PATCH] [Closed]: " UsernameRandomlyGenerated
2021-03-29 19:52 ` tibequadorian
2021-03-29 20:05 ` tibequadorian
2021-03-20 12:12 [PR PATCH] " ailiop-git
2021-03-20 13:36 ` ericonr
2021-03-29 19:56 ` ericonr

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).