diff options
author | davidovski <david@davidovski.xyz> | 2022-01-14 23:41:27 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-14 23:41:27 +0000 |
commit | 51a6e3bf9c82c3eeb21c2c3e25161eb577ae9b3b (patch) | |
tree | 2031ac330b1c2290319dec5c61a1a1c4bc9fca58 /repo/core | |
parent | 169580fc2a02d5e69cddfb7080163373f34e61c9 (diff) |
udpdated shadow
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/shadow.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/shadow.xibuild b/repo/core/shadow.xibuild index fa09bbc..4904a80 100644 --- a/repo/core/shadow.xibuild +++ b/repo/core/shadow.xibuild @@ -2,7 +2,7 @@ DEPS=(pam acl audit libcap libxcrypt) -SOURCE=https://github.com/shadow-maint/shadow/releases/download/v4.9/shadow-4.9.tar.xz +SOURCE=https://github.com/shadow-maint/shadow/releases/download/v4.10/shadow-4.10.tar.xz DESC="Password and account management tool suite with support for shadow files and PAM" build () { |