mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/sysvinit: bump to version 3.13
- Move URL to slicer69. This is where any releases past 3.04 are. - Continue to use the tar.xz archives. See doc/Changelog for details. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
4e67d0730f
commit
29088086b5
@@ -1,5 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 2a621fe6e4528bc91308b74867ddaaebbdf7753f02395c0c5bae817bd2b7e3a5 sysvinit-3.04.tar.xz
|
||||
sha256 cbaeabddc35a6511b87c87452ee5e87c678a26329c7d7d17fb69a2b42a314d86 sysvinit-3.13.tar.xz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSVINIT_VERSION = 3.04
|
||||
SYSVINIT_VERSION = 3.13
|
||||
SYSVINIT_SOURCE = sysvinit-$(SYSVINIT_VERSION).tar.xz
|
||||
SYSVINIT_SITE = http://download.savannah.nongnu.org/releases/sysvinit
|
||||
SYSVINIT_SITE = https://github.com/slicer69/sysvinit/releases/download/$(SYSVINIT_VERSION)
|
||||
SYSVINIT_LICENSE = GPL-2.0+
|
||||
SYSVINIT_LICENSE_FILES = COPYING
|
||||
SYSVINIT_CPE_ID_VALID = YES
|
||||
|
||||
Reference in New Issue
Block a user