shadow: add v4.13 (#37485)

This commit is contained in:
Alec Scott 2023-05-15 14:38:32 -07:00 committed by GitHub
parent 25d2de5629
commit e23c372ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class Shadow(AutotoolsPackage):
url = "https://github.com/shadow-maint/shadow/releases/download/4.7/shadow-4.7.tar.gz" url = "https://github.com/shadow-maint/shadow/releases/download/4.7/shadow-4.7.tar.gz"
git = "https://github.com/shadow-maint/shadow.git" git = "https://github.com/shadow-maint/shadow.git"
version("4.13", sha256="813057047499c7fe81108adcf0cffa3ad4ec75e19a80151f9cbaa458ff2e86cd")
version("4.8.1", sha256="3ee3081fbbcbcfea5c8916419e46bc724807bab271072104f23e7a29e9668f3a") version("4.8.1", sha256="3ee3081fbbcbcfea5c8916419e46bc724807bab271072104f23e7a29e9668f3a")
version("4.7", sha256="5135b0ca2a361a218fab59e63d9c1720d2a8fc1faa520c819a654b638017286f") version("4.7", sha256="5135b0ca2a361a218fab59e63d9c1720d2a8fc1faa520c819a654b638017286f")
version("4.6", sha256="4668f99bd087399c4a586084dc3b046b75f560720d83e92fd23bf7a89dda4d31") version("4.6", sha256="4668f99bd087399c4a586084dc3b046b75f560720d83e92fd23bf7a89dda4d31")