Skip to content

Commit ee65020

Browse files
committed
prior building 6.5.9
1 parent 7255917 commit ee65020

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

archiso/airootfs/etc/lsb-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
LSB_VERSION=1.4
22
DISTRIB_ID=ArcoLinux
3-
DISTRIB_RELEASE=v6.5.8
3+
DISTRIB_RELEASE=v6.5.9
44
DISTRIB_CODENAME=Kirk
55
DISTRIB_DESCRIPTION="ArcoLinux"

archiso/airootfs/etc/os-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAME="ArcoLinux"
22
ID=ArcoLinux
33
ID_LIKE="arch"
4-
VERSION_ID=v6.5.8
4+
VERSION_ID=v6.5.9
55
PRETTY_NAME="Kirk"
66
ANSI_COLOR="0;36"
77
HOME_URL="https://arcolinux.info"

archiso/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ pacman-key --populate archlinux arcolinux
66
set -e -u
77

88
iso_name=arcolinux
9-
iso_label="arcolinux-v6.5.8-$(date +%Y%m)-x86_64"
10-
iso_version="v6.5.8-$(date +%Y.%m.%d)"
9+
iso_label="arcolinux-v6.5.9-$(date +%Y%m)-x86_64"
10+
iso_version="v6.5.9-$(date +%Y.%m.%d)"
1111
install_dir=arch
1212
work_dir=work
1313
out_dir=out

0 commit comments

Comments
 (0)