Explorar el Código

package/logrotate: bump version to 3.22.0

Changelog - https://github.com/logrotate/logrotate/releases/tag/3.22.0

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
Akhilesh Nema hace 7 meses
padre
commit
80f884e843
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      package/logrotate/logrotate.hash
  2. 1 1
      package/logrotate/logrotate.mk

+ 1 - 1
package/logrotate/logrotate.hash

@@ -1,3 +1,3 @@
 # Locally calculated
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
-sha256  8fa12015e3b8415c121fc9c0ca53aa872f7b0702f543afda7e32b6c4900f6516  logrotate-3.21.0.tar.xz
+sha256  42b4080ee99c9fb6a7d12d8e787637d057a635194e25971997eebbe8d5e57618  logrotate-3.22.0.tar.xz

+ 1 - 1
package/logrotate/logrotate.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LOGROTATE_VERSION = 3.21.0
+LOGROTATE_VERSION = 3.22.0
 LOGROTATE_SOURCE = logrotate-$(LOGROTATE_VERSION).tar.xz
 LOGROTATE_SITE = https://github.com/logrotate/logrotate/releases/download/$(LOGROTATE_VERSION)
 LOGROTATE_LICENSE = GPL-2.0+