mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:44:39 +00:00
Bump version to 6.0.0-alpha.18
This commit is contained in:
@@ -27,6 +27,7 @@ body:
|
|||||||
- 6.0.0-alpha.15.1
|
- 6.0.0-alpha.15.1
|
||||||
- 6.0.0-alpha.16
|
- 6.0.0-alpha.16
|
||||||
- 6.0.0-alpha.17
|
- 6.0.0-alpha.17
|
||||||
|
- 6.0.0-alpha.18
|
||||||
- Development commit
|
- Development commit
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/bug_report_image.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report_image.yaml
vendored
@@ -27,6 +27,7 @@ body:
|
|||||||
- 6.0.0-alpha.15.1
|
- 6.0.0-alpha.15.1
|
||||||
- 6.0.0-alpha.16
|
- 6.0.0-alpha.16
|
||||||
- 6.0.0-alpha.17
|
- 6.0.0-alpha.17
|
||||||
|
- 6.0.0-alpha.18
|
||||||
- Development commit
|
- Development commit
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
1
.github/ISSUE_TEMPLATE/bug_report_media.yaml
vendored
1
.github/ISSUE_TEMPLATE/bug_report_media.yaml
vendored
@@ -27,6 +27,7 @@ body:
|
|||||||
- 6.0.0-alpha.15.1
|
- 6.0.0-alpha.15.1
|
||||||
- 6.0.0-alpha.16
|
- 6.0.0-alpha.16
|
||||||
- 6.0.0-alpha.17
|
- 6.0.0-alpha.17
|
||||||
|
- 6.0.0-alpha.18
|
||||||
- Development commit
|
- Development commit
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PackageVersion>6.0.0-alpha.17.1</PackageVersion>
|
<PackageVersion>6.0.0-alpha.18</PackageVersion>
|
||||||
<PackagePrefix>aaru</PackagePrefix>
|
<PackagePrefix>aaru</PackagePrefix>
|
||||||
<Authors>Natalia Portillo <claunia@claunia.com></Authors>
|
<Authors>Natalia Portillo <claunia@claunia.com></Authors>
|
||||||
<Section>net</Section>
|
<Section>net</Section>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net10.0</TargetFramework>
|
<TargetFramework>net10.0</TargetFramework>
|
||||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||||
<Version>6.0.0-alpha.17.1</Version>
|
<Version>6.0.0-alpha.18</Version>
|
||||||
<Company>Claunia.com</Company>
|
<Company>Claunia.com</Company>
|
||||||
<Copyright>Copyright © 2011-2026 Natalia Portillo</Copyright>
|
<Copyright>Copyright © 2011-2026 Natalia Portillo</Copyright>
|
||||||
<Product>Aaru Data Preservation Suite</Product>
|
<Product>Aaru Data Preservation Suite</Product>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Aaru Data Preservation Suite v6.0.0-alpha.17
|
Aaru Data Preservation Suite v6.0.0-alpha.18
|
||||||
|
|
||||||
Aaru
|
Aaru
|
||||||
|
|
||||||
|
|||||||
2
build.sh
2
build.sh
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
AARU_VERSION=6.0.0-alpha.17
|
AARU_VERSION=6.0.0-alpha.18
|
||||||
OS_NAME=$(uname)
|
OS_NAME=$(uname)
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ else
|
|||||||
IS_CROSS = no
|
IS_CROSS = no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AARU_VERSION = 6.0.0-alpha.17
|
AARU_VERSION = 6.0.0-alpha.18
|
||||||
NETCORE_TARGET = net10.0
|
NETCORE_TARGET = net10.0
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
|||||||
@@ -4,14 +4,14 @@ _netcoretarget='net10.0'
|
|||||||
_aarubase='Aaru'
|
_aarubase='Aaru'
|
||||||
packager='Natalia Portillo <claunia@claunia.com>'
|
packager='Natalia Portillo <claunia@claunia.com>'
|
||||||
pkgname='aaru'
|
pkgname='aaru'
|
||||||
pkgver=6.0.0~alpha17
|
pkgver=6.0.0~alpha18
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Disc image management and creation tool for disks, tapes, optical and solid state media'
|
pkgdesc='Disc image management and creation tool for disks, tapes, optical and solid state media'
|
||||||
arch=('x86_64' 'armv7h' 'aarch64')
|
arch=('x86_64' 'armv7h' 'aarch64')
|
||||||
url='http://www.aaru.app'
|
url='http://www.aaru.app'
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
source=('aaru-src-6.0.0-alpha.17.tar.xz::local://aaru-src-6.0.0-alpha.17.tar.xz'
|
source=('aaru-src-6.0.0-alpha.18.tar.xz::local://aaru-src-6.0.0-alpha.18.tar.xz'
|
||||||
'aaru-src-6.0.0-alpha.17.tar.xz.asc::local://aaru-src-6.0.0-alpha.17.tar.xz.asc')
|
'aaru-src-6.0.0-alpha.18.tar.xz.asc::local://aaru-src-6.0.0-alpha.18.tar.xz.asc')
|
||||||
makedepends=('dotnet-sdk>=10.0.0')
|
makedepends=('dotnet-sdk>=10.0.0')
|
||||||
options=('!strip' 'staticlibs')
|
options=('!strip' 'staticlibs')
|
||||||
validpgpkeys=('236F1E21B540FC0D40F7AD1751D20488C724CA9F')
|
validpgpkeys=('236F1E21B540FC0D40F7AD1751D20488C724CA9F')
|
||||||
@@ -43,6 +43,7 @@ package() {
|
|||||||
install -m0644 -g 0 -t "${pkgdir}"/usr/share/applications aaru.desktop
|
install -m0644 -g 0 -t "${pkgdir}"/usr/share/applications aaru.desktop
|
||||||
|
|
||||||
# Install icons
|
# Install icons
|
||||||
|
cd "${srcdir}"
|
||||||
install -d -m0755 -g 0 "${pkgdir}"/usr/share/icons/hicolor/32x32/apps
|
install -d -m0755 -g 0 "${pkgdir}"/usr/share/icons/hicolor/32x32/apps
|
||||||
install -m0644 -g 0 -t "${pkgdir}"/usr/share/icons/hicolor/32x32/apps icons/32x32/aaru.png
|
install -m0644 -g 0 -t "${pkgdir}"/usr/share/icons/hicolor/32x32/apps icons/32x32/aaru.png
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: aaru
|
Name: aaru
|
||||||
Version: 6.0.0~alpha.17
|
Version: 6.0.0~alpha.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Disc image management and creation tool
|
Summary: Disc image management and creation tool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user