Skip to content

Commit fa44b21

Browse files
committed
dev - Started development of 0.2.13.1
--- Type: dev Breaking: False Doc Required: False Backport Required: False Part: 1/1
1 parent a80a2a8 commit fa44b21

File tree

10 files changed

+20
-14
lines changed

10 files changed

+20
-14
lines changed

.github/workflows/build-ppa-package-with-lintian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
run: |
3838
mv debian ..
3939
mv .github ..
40-
tar cfv ../bassboom-2_1.0.2.0-0.2.13.orig.tar .
41-
xz ../bassboom-2_1.0.2.0-0.2.13.orig.tar
40+
tar cfv ../bassboom-2_1.0.2.0-0.2.13.1.orig.tar .
41+
xz ../bassboom-2_1.0.2.0-0.2.13.1.orig.tar
4242
mv ../debian .
4343
4444
- name: Build package

.github/workflows/build-ppa-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
run: |
3838
mv debian ..
3939
mv .github ..
40-
tar cfv ../bassboom-2_1.0.2.0-0.2.13.orig.tar .
41-
xz ../bassboom-2_1.0.2.0-0.2.13.orig.tar
40+
tar cfv ../bassboom-2_1.0.2.0-0.2.13.1.orig.tar .
41+
xz ../bassboom-2_1.0.2.0-0.2.13.1.orig.tar
4242
mv ../debian .
4343
4444
- name: Build package

.github/workflows/pushamend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
5454
- name: Download original source
5555
run: |
56-
wget --output-document=../bassboom-2_1.0.2.0-0.2.13.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/bassboom/+sourcefiles/bassboom-2/1.0.2.0-0.2.13/bassboom-2_1.0.2.0-0.2.13.orig.tar.xz
57-
tar xf ../bassboom-2_1.0.2.0-0.2.13.orig.tar.xz .
56+
wget --output-document=../bassboom-2_1.0.2.0-0.2.13.1.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/bassboom/+sourcefiles/bassboom-2/1.0.2.0-0.2.13.1/bassboom-2_1.0.2.0-0.2.13.1.orig.tar.xz
57+
tar xf ../bassboom-2_1.0.2.0-0.2.13.1.orig.tar.xz .
5858
mv .github ..
5959
6060
- name: Build source package

.github/workflows/pushppa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
run: |
6464
mv debian ..
6565
mv .github ..
66-
tar cfv ../bassboom-2_1.0.2.0-0.2.13.orig.tar .
67-
xz ../bassboom-2_1.0.2.0-0.2.13.orig.tar
66+
tar cfv ../bassboom-2_1.0.2.0-0.2.13.1.orig.tar .
67+
xz ../bassboom-2_1.0.2.0-0.2.13.1.orig.tar
6868
mv ../debian .
6969
7070
- name: Build source package

CHANGES.TITLE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[servicing] BassBoom v0.2.13: Beautiful Music!
1+
[servicing] BassBoom v0.2.13.1: Beautiful Music!

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.2.13</Version>
3+
<Version>0.2.13.1</Version>
44
<Authors>Aptivi</Authors>
55
<Company>Aptivi</Company>
66
<Copyright>Copyright (c) 2023-2025 Aptivi</Copyright>

PKGBUILD-REL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Aptivi <ceo at aptivi dot anonaddy dot com>
22
pkgname=bassboom-2
3-
pkgver=1.0.2.0+0.2.13
3+
pkgver=1.0.2.0+0.2.13.1
44
pkgrel=1
55
pkgdesc="Cross-platform music player written in C#"
66
arch=('x86_64' 'aarch64')
@@ -14,7 +14,7 @@ optdepends=('jack2: Jack support for BassBoom'
1414
'sdl2: SDL support for BassBoom'
1515
'libpulse: PulseAudio support for BassBoom')
1616
options=('!strip')
17-
source=("${pkgname}::git+https://github.com/Aptivi/BassBoom#tag=v0.2.13")
17+
source=("${pkgname}::git+https://github.com/Aptivi/BassBoom#tag=v0.2.13.1")
1818
sha256sums=('SKIP')
1919

2020
prepare() {

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
bassboom-2 (1.0.2.0-0.2.13.1-1) noble; urgency=medium
2+
3+
* General improvements and bug fixes
4+
5+
-- Aptivi CEO <ceo@aptivi.anonaddy.com> Fri, 19 Dec 2025 19:27:57 +0300
6+
17
bassboom-2 (1.0.2.0-0.2.13-1) noble; urgency=medium
28

39
* General improvements and bug fixes

public/BassBoom.Installers/BassBoom.Installer/Package.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
22
xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui"
33
xmlns:netfx="http://wixtoolset.org/schemas/v4/wxs/netfx">
4-
<Package Name="BassBoom 0.2.x" Manufacturer="Aptivi" Version="0.2.13" UpgradeCode="b44c5027-1ced-41bb-b18f-a2f0af758fc1" Scope="perMachine">
4+
<Package Name="BassBoom 0.2.x" Manufacturer="Aptivi" Version="0.2.13.1" UpgradeCode="b44c5027-1ced-41bb-b18f-a2f0af758fc1" Scope="perMachine">
55
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
66

77
<Feature Id="Main">

public/BassBoom.Installers/BassBoom.InstallerBundle/Bundle.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
22
xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
3-
<Bundle Name="BassBoom" Manufacturer="Aptivi" Version="0.2.13" UpgradeCode="7011d1b2-1bb0-49db-8925-035d5b47ce91" IconSourceFile="..\..\..\..\..\..\..\assets\OfficialAppIcon-BassBoom.ico">
3+
<Bundle Name="BassBoom" Manufacturer="Aptivi" Version="0.2.13.1" UpgradeCode="7011d1b2-1bb0-49db-8925-035d5b47ce91" IconSourceFile="..\..\..\..\..\..\..\assets\OfficialAppIcon-BassBoom.ico">
44
<BootstrapperApplication>
55
<bal:WixInternalUIBootstrapperApplication />
66
</BootstrapperApplication>

0 commit comments

Comments
 (0)