index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-08-29 10:58:26 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-08-29 10:58:26 +0200 |
commit | 64cee757e6a0470a74d1f645d9a0431596f148d7 (patch) | |
tree | 3ed7b0b220e3a1d9d6f899e64158a17327ddd992 | |
parent | 4963529ebfa83f494ef0d9e9a8e5905d19967c2e (diff) |
-rw-r--r-- | core/filesystem/PKGBUILD | 8 | ||||
-rw-r--r-- | core/filesystem/os-release | 1 |
diff --git a/core/filesystem/PKGBUILD b/core/filesystem/PKGBUILD index 1eaf38e8..2302e789 100644 --- a/core/filesystem/PKGBUILD +++ b/core/filesystem/PKGBUILD @@ -1,9 +1,9 @@ -# upstream git commit: 07e6c9d369c92fa66a490d924c5f7bb9d287b561 +# upstream git commit: ad8c5c40e6a3072deedd7439f64e03f4376e540d # TODO: change archlinux logo to archlinux32 logo -for i in "${!md5sums[@]}" ${#md5sums[@]}; do - if [ "${md5sums["${i}"]}" = '173371ea3ac7817fdec6a726e3996067' ]; then +for i in "${!sha256sums[@]}" ${#sha256sums[@]}; do + if [ "${sha256sums["${i}"]}" = '53395e67cc113b7f73e72a829731f6d30319a841d164af8a1d4d4f829a9c3cd9' ]; then break fi done -md5sums["${i}"]='ddbf7d358a42863ed3b77a6d6cc6f1d6' +sha256sums["${i}"]='d6985cd180b386a5be8902f5abf2123f28eb66e3f50446ea7f18bd2b917cff56' diff --git a/core/filesystem/os-release b/core/filesystem/os-release index 13b2e063..af4dc0fd 100644 --- a/core/filesystem/os-release +++ b/core/filesystem/os-release @@ -1,7 +1,6 @@ NAME="Arch Linux 32" PRETTY_NAME="Arch Linux 32" ID=arch32 -ID_LIKE="arch archlinux" BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://www.archlinux32.org/" |