Skip to content

Commit 6ac4d9d

Browse files
authored
update 7zip to 23.01 (#805)
Co-authored-by: gbyl <[email protected]>
1 parent ddba851 commit 6ac4d9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package/7zip/package

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
#!/usr/bin/env bash
2-
# Copyright (c) 2021 The Toltec Contributors
2+
# Copyright (c) 2023 The Toltec Contributors
33
# SPDX-License-Identifier: MIT
44
pkgnames=(7zip)
55
pkgdesc="A file archiver with a high compression ratio."
66
url="https://www.7-zip.org/"
7-
section="util"
8-
pkgver=22.01-1
9-
timestamp=2022-07-15T00:00:00Z
7+
section="utils"
8+
pkgver=23.01-1
9+
timestamp=2023-06-20T00:00:00Z
1010
maintainer="Eeems <[email protected]>"
1111
license=LGPL-2.1-or-later
1212
source=(
13-
https://www.7-zip.org/a/7z2201-linux-arm.tar.xz
13+
https://www.7-zip.org/a/7z2301-linux-arm.tar.xz
1414
)
1515
sha256sums=(
16-
428c11efd91fe1809c4750e8cd5d6eddfbed2826d8a5399ffcacb849f0d21cf8
16+
9d67650982f819d7557c27dea748fa66ca6c04a3a1148d66716c463580b0550c
1717
)
1818

1919
package() {

0 commit comments

Comments
 (0)