mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-08 10:40:17 -07:00
kiss: 5.0.0
Following this change, any new checksums will exclude the second field (basename of file). Existing checksums files will continue to work. The second field in checksums files is useless as the checksums file is already ordered. This change also removes all non-files from the checksums file (Git repository sources, etc).
This commit is contained in:
parent
e61bbf086c
commit
e2efc8db95
@ -1,3 +1,3 @@
|
||||
b3492d8bc4709e28c33fbf91896e36a47f2a025e7a2499eb2f1193f324e8975f 4.1.2.tar.gz
|
||||
fbfd41476955d5576fc683ff5e1b6bce1c92637aa2a52b9da76cf1e871897496 7dccedca3af1be456f582660c445b4c7a375c280.tar.gz
|
||||
d1078e16236ea8bb4995ea9710ca7aa2ef44ac65c5bca132cec2ece6be98e85e 420ada727d64c2384e8124a2efbb99b50648b33f.tar.gz
|
||||
6efd72195ac20e0060bf10dcd1ace68ca71a4f830da0932774145e8489a3cb15 5.0.0.tar.gz
|
||||
b0aa347e8daa912267bcdd3ffd42a7dd034a69fbee0376d86f3ca8bdd5c8aa03 c8115ef28e1d4a6a9a7a896acc9d8bf7e46a4062.tar.gz
|
||||
070f10e59be7767b7b181fe0bdcbd8958f9652a7524f67c90b9a2aa76785ea89 509b01b64794fc93b7b04c345c4604c413739bc0.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
find "$KISS_ROOT/usr/lib" \
|
||||
! -type d \
|
||||
-name \*.la \
|
||||
-exec rm -f -- {} +
|
||||
|
||||
find "$KISS_ROOT/var/db/kiss/installed" \
|
||||
! -type d \
|
||||
-name manifest \
|
||||
-exec sed -i '/.*\.la$/d' {} +
|
@ -1,3 +1,3 @@
|
||||
https://github.com/kisslinux/kiss/archive/4.1.2.tar.gz
|
||||
https://github.com/kisslinux/website/archive/7dccedca3af1be456f582660c445b4c7a375c280.tar.gz docs
|
||||
https://github.com/kisslinux/wiki/archive/420ada727d64c2384e8124a2efbb99b50648b33f.tar.gz wiki
|
||||
https://github.com/kisslinux/kiss/archive/5.0.0.tar.gz
|
||||
https://github.com/kisslinux/website/archive/c8115ef28e1d4a6a9a7a896acc9d8bf7e46a4062.tar.gz docs
|
||||
https://github.com/kisslinux/wiki/archive/509b01b64794fc93b7b04c345c4604c413739bc0.tar.gz wiki
|
||||
|
@ -1 +1 @@
|
||||
4.1.2 1
|
||||
5.0.0 1
|
||||
|
Loading…
Reference in New Issue
Block a user