Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] batctl: update to 2021.0.
@ 2021-04-20  7:39 Gottox
  2021-05-21 11:35 ` [PR PATCH] [Updated] " Gottox
  2021-05-21 13:45 ` [PR PATCH] [Closed]: " Gottox
  0 siblings, 2 replies; 3+ messages in thread
From: Gottox @ 2021-04-20  7:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages batctl-2021.0
https://github.com/void-linux/void-packages/pull/30346

batctl: update to 2021.0.


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

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

From 27445a3a50e66eaf1cc2ba7f8139d53df67940f5 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Tue, 20 Apr 2021 09:40:01 +0200
Subject: [PATCH] batctl: update to 2021.0.

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

diff --git a/srcpkgs/batctl/template b/srcpkgs/batctl/template
index 6aaf50088037..8d2061d6841e 100644
--- a/srcpkgs/batctl/template
+++ b/srcpkgs/batctl/template
@@ -1,6 +1,6 @@
 # Template file for 'batctl'
 pkgname=batctl
-version=2020.2
+version=2021.0
 revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=/usr/bin"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, MIT"
 homepage="http://www.open-mesh.net/"
 distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/batctl-${version}.tar.gz"
-checksum=d29cdb53ee68abd5027eae07d9fd645b3f154e0d577efa2666c1334bb6d60efd
+checksum=9cec8bf1952f885192749a9dc0318a54633b717aaf05c438d504efd83f5201e4
 
 post_install() {
 	vlicense LICENSES/preferred/MIT

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

* Re: [PR PATCH] [Updated] batctl: update to 2021.0.
  2021-04-20  7:39 [PR PATCH] batctl: update to 2021.0 Gottox
@ 2021-05-21 11:35 ` Gottox
  2021-05-21 13:45 ` [PR PATCH] [Closed]: " Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-05-21 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Gottox/void-packages batctl-2021.0
https://github.com/void-linux/void-packages/pull/30346

batctl: update to 2021.0.


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

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

From f83a0123e7030832bfa51aa88ff1d942ce8d2df7 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Fri, 21 May 2021 13:35:59 +0200
Subject: [PATCH] batctl: update to 2021.1.

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

diff --git a/srcpkgs/batctl/template b/srcpkgs/batctl/template
index 6aaf50088037..5aee697fb8f8 100644
--- a/srcpkgs/batctl/template
+++ b/srcpkgs/batctl/template
@@ -1,6 +1,6 @@
 # Template file for 'batctl'
 pkgname=batctl
-version=2020.2
+version=2021.1
 revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=/usr/bin"
@@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later, MIT"
 homepage="http://www.open-mesh.net/"
 distfiles="http://downloads.open-mesh.net/batman/releases/batman-adv-${version}/batctl-${version}.tar.gz"
-checksum=d29cdb53ee68abd5027eae07d9fd645b3f154e0d577efa2666c1334bb6d60efd
+checksum=44b28cebb46b8ba1bc170bedeef67f69d89503806c429ff8cb113cc01966e176
 
 post_install() {
 	vlicense LICENSES/preferred/MIT

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

* Re: [PR PATCH] [Closed]: batctl: update to 2021.0.
  2021-04-20  7:39 [PR PATCH] batctl: update to 2021.0 Gottox
  2021-05-21 11:35 ` [PR PATCH] [Updated] " Gottox
@ 2021-05-21 13:45 ` Gottox
  1 sibling, 0 replies; 3+ messages in thread
From: Gottox @ 2021-05-21 13:45 UTC (permalink / raw)
  To: ml

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

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

batctl: update to 2021.0.
https://github.com/void-linux/void-packages/pull/30346

Description:


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

end of thread, other threads:[~2021-05-21 13:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-20  7:39 [PR PATCH] batctl: update to 2021.0 Gottox
2021-05-21 11:35 ` [PR PATCH] [Updated] " Gottox
2021-05-21 13:45 ` [PR PATCH] [Closed]: " Gottox

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