Skip to content

Commit

Permalink
Release 24.0+39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BiteDasher committed May 18, 2024
1 parent 55f1afa commit c08525d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Artemy Sudakov <[email protected]>

pkgname=skuf
__mkinitcpio_base=39
pkgver="23.1+${__mkinitcpio_base}"
__mkinitcpio_base=39.1
pkgver="24.0+${__mkinitcpio_base}"
pkgrel=1
pkgdesc="SKUF Network Boot System"
arch=('any')
Expand All @@ -27,7 +27,7 @@ backup=('etc/mkinitcpio.conf')
source=("file:///tmp/mkinitcpio.tar"
"https://sources.archlinux.org/other/mkinitcpio/mkinitcpio-$__mkinitcpio_base.tar.xz")
sha512sums=('SKIP'
'50ae08ddf7596b821c89f927ff6692ca907a5045590096155ec6de64e0b5da647ff2c75d1603ab0035046096d37a6eacae383d458b1bb36bd525691b2b23c9ea')
'8d6ed6eb222f34960e5cd9480e965f1fdb9b1af439d68e199cd17e92a3bbc8a34fb9d4ade1b32a3f8b844529b1c6fbeb2d2fa40e0cf9bd1dd767caa2bb148b60')

package() {
# mkinitcpio
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="23.1+39"
readonly skuf_version="24.0+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="23.1+39"
readonly skuf_version="24.0+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="23.1+39"
readonly skuf_version="24.0+39.1"

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

0 comments on commit c08525d

Please sign in to comment.