Skip to content

Commit

Permalink
feat: updated to FreeBSD 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thindil committed Feb 11, 2025
1 parent a9cf5ac commit baa682e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
required: true
default: "7.4"
type: string
run-name: Build wine-${{ inputs.winetype }} ${{ inputs.wineversion }} for FreeBSD 14.1
run-name: Build wine-${{ inputs.winetype }} ${{ inputs.wineversion }} for FreeBSD 14.2

jobs:
freebsd64:
Expand All @@ -39,8 +39,8 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
name: '14.1-amd64'
tag_name: '14.1-amd64'
name: '14.2-amd64'
tag_name: '14.2-amd64'
files: '*.pkg'

freebsd32:
Expand All @@ -59,6 +59,6 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v2
with:
name: '14.1-i386'
tag_name: '14.1-i386'
name: '14.2-i386'
tag_name: '14.2-i386'
files: '*.pkg'
2 changes: 1 addition & 1 deletion 32bit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cp build.nims /usr/jails/freebsd32/
cp -R patches /usr/jails/freebsd32/
cp -R new /usr/jails/freebsd32/
cd /usr/jails/freebsd32 || exit
fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/14.1-RELEASE/base.txz
fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/14.2-RELEASE/base.txz
tar xf base.txz
rm -rf boot
rm base.txz
Expand Down
4 changes: 2 additions & 2 deletions freesbie.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright © 2022-2024 Bartek Jasicki
# Copyright © 2022-2025 Bartek Jasicki
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -37,7 +37,7 @@ export FREESBIE_DIR="$HOME/freesbie"
# of FreeBSD. For example, for 13.2 it will be 13.
abiVersion=14
# The FreBSD version for packages.
freebsdVersion=14.1
freebsdVersion=14.2

# If the user not entered a command, show the list of available commands
if [ $# -eq 0 ]; then
Expand Down

0 comments on commit baa682e

Please # to comment.