Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] inotify-tools: update to 3.22.6.0.
@ 2023-02-21 16:15 mhmdanas
  2023-06-03  2:01 ` github-actions
  2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-02-21 16:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages inotify-tools-3.22.6.0
https://github.com/void-linux/void-packages/pull/42374

inotify-tools: update to 3.22.6.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/42374.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-inotify-tools-3.22.6.0-42374.patch --]
[-- Type: text/x-diff, Size: 1100 bytes --]

From 2ae76073ec22a11eea9be46575d12df84bff04a9 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 21 Feb 2023 15:20:57 +0000
Subject: [PATCH] inotify-tools: update to 3.22.6.0.

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

diff --git a/srcpkgs/inotify-tools/template b/srcpkgs/inotify-tools/template
index c27984b3543a..fc7a84ff0bca 100644
--- a/srcpkgs/inotify-tools/template
+++ b/srcpkgs/inotify-tools/template
@@ -1,6 +1,6 @@
 # Template file for 'inotify-tools'
 pkgname=inotify-tools
-version=3.20.11.0
+version=3.22.6.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/inotify-tools/inotify-tools"
 distfiles="https://github.com/inotify-tools/inotify-tools/archive/${version}.tar.gz"
-checksum=58a3cde89e4a5111a87ac16b56b06a8f885460fca0aea51b69c856ce30a37a14
+checksum=c6b7e70f1df09e386217102a1fe041cfc15fa4f3d683d2970140b6814cf2ed12
 
 pre_configure() {
 	autoreconf -fi

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

* Re: inotify-tools: update to 3.22.6.0.
  2023-02-21 16:15 [PR PATCH] inotify-tools: update to 3.22.6.0 mhmdanas
@ 2023-06-03  2:01 ` github-actions
  2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-06-03  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42374#issuecomment-1574557310

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: inotify-tools: update to 3.22.6.0.
  2023-02-21 16:15 [PR PATCH] inotify-tools: update to 3.22.6.0 mhmdanas
  2023-06-03  2:01 ` github-actions
@ 2023-06-18  2:07 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2023-06-18  2:07 UTC (permalink / raw)
  To: ml

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

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

inotify-tools: update to 3.22.6.0.
https://github.com/void-linux/void-packages/pull/42374

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

@Gottox

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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
-->


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

end of thread, other threads:[~2023-06-18  2:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 16:15 [PR PATCH] inotify-tools: update to 3.22.6.0 mhmdanas
2023-06-03  2:01 ` github-actions
2023-06-18  2:07 ` [PR PATCH] [Closed]: " github-actions

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