diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-08 02:20:23 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-08 02:20:23 +0000 |
| commit | 2bb20513d90269fe46bcfe1437f05562bcc091a5 (patch) | |
| tree | 7aee1760fdda4c0c53222a8f68397b130951f8e3 /repos | |
| parent | 87edada1714662aae67ac64c63ae246b9b567767 (diff) | |
| download | alicelinux-2bb20513d90269fe46bcfe1437f05562bcc091a5.tar.gz alicelinux-2bb20513d90269fe46bcfe1437f05562bcc091a5.zip | |
screen: updated to 5.0.1
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/extra/screen/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/screen/.files | 29 | ||||
| -rw-r--r-- | repos/extra/screen/abuild | 2 |
3 files changed, 31 insertions, 1 deletions
diff --git a/repos/extra/screen/.checksum b/repos/extra/screen/.checksum new file mode 100644 index 00000000..d15d388f --- /dev/null +++ b/repos/extra/screen/.checksum @@ -0,0 +1 @@ +d475dd5e7a926ee11153ab0b0d646765a26818a6d3a3b7a305a7d56d6c81edd4 screen-5.0.1.tar.gz diff --git a/repos/extra/screen/.files b/repos/extra/screen/.files new file mode 100644 index 00000000..f6d58fb2 --- /dev/null +++ b/repos/extra/screen/.files @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/screen -> screen-5.0.1 +-rwsr-xr-x root/root usr/bin/screen-5.0.1 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/screen.1.gz +drwxr-xr-x root/root usr/share/screen/ +drwxr-xr-x root/root usr/share/screen/utf8encodings/ +-rw-r--r-- root/root usr/share/screen/utf8encodings/01 +-rw-r--r-- root/root usr/share/screen/utf8encodings/02 +-rw-r--r-- root/root usr/share/screen/utf8encodings/03 +-rw-r--r-- root/root usr/share/screen/utf8encodings/04 +-rw-r--r-- root/root usr/share/screen/utf8encodings/18 +-rw-r--r-- root/root usr/share/screen/utf8encodings/19 +-rw-r--r-- root/root usr/share/screen/utf8encodings/a1 +-rw-r--r-- root/root usr/share/screen/utf8encodings/a3 +-rw-r--r-- root/root usr/share/screen/utf8encodings/bf +-rw-r--r-- root/root usr/share/screen/utf8encodings/c2 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c3 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c4 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c6 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c7 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c8 +-rw-r--r-- root/root usr/share/screen/utf8encodings/cc +-rw-r--r-- root/root usr/share/screen/utf8encodings/cd +-rw-r--r-- root/root usr/share/screen/utf8encodings/d6 diff --git a/repos/extra/screen/abuild b/repos/extra/screen/abuild index c8d77e17..2f6bceb9 100644 --- a/repos/extra/screen/abuild +++ b/repos/extra/screen/abuild @@ -1,5 +1,5 @@ name=screen -version=5.0.1.2 +version=5.0.1 release=1 source="https://ftp.gnu.org/gnu/${name}/${name}-${version}.tar.gz" build_opt="--disable-pam" |