Skip to content

Commit

Permalink
Release 24.1+39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteDasher committed May 19, 2024
1 parent dc1f57a commit 06c85ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=skuf
__mkinitcpio_base=39.1
pkgver="24.0+${__mkinitcpio_base}"
pkgver="24.1+${__mkinitcpio_base}"
pkgrel=1
pkgdesc="SKUF Network Boot System"
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion skuf_src/init(untuned)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

readonly skuf_version="24.0+39.1"
readonly skuf_version="24.1+39.1"
readonly sep="$(echo -ne '\037')"

readonly _nl='
Expand Down
2 changes: 1 addition & 1 deletion skuf_src/kinit(untuned)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

readonly skuf_version="24.0+39.1"
readonly skuf_version="24.1+39.1"
readonly sep="$(echo -ne '\037')"

smbaddr="$sep"
Expand Down
2 changes: 1 addition & 1 deletion skuf_src/notinit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/bash

readonly skuf_version="24.0+39.1"
readonly skuf_version="24.1+39.1"

display_version() {
local letter1="$(( RANDOM % 7 ))"
Expand Down

0 comments on commit 06c85ff

Please sign in to comment.