mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
Version bumped to v2.0.0
This commit is contained in:
parent
15d656526c
commit
5574c5a6e5
@ -11,7 +11,7 @@ AppDir:
|
|||||||
id: oss.krtirtho.spotube
|
id: oss.krtirtho.spotube
|
||||||
name: Spotube
|
name: Spotube
|
||||||
icon: spotube-logo
|
icon: spotube-logo
|
||||||
version: 1.2.0
|
version: 2.0.0
|
||||||
exec: spotube
|
exec: spotube
|
||||||
exec_args: $@
|
exec_args: $@
|
||||||
apt:
|
apt:
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
pkgbase = spotube-bin
|
pkgbase = spotube-bin
|
||||||
pkgdesc = A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed
|
pkgdesc = A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed
|
||||||
pkgver = 1.2.0
|
pkgver = 2.0.0
|
||||||
pkgrel = 2
|
pkgrel = 2
|
||||||
url = https://github.com/KRTirtho/spotube/
|
url = https://github.com/KRTirtho/spotube/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = BSD-4-Clause
|
license = BSD-4-Clause
|
||||||
depends = libkeybinder3
|
depends = libkeybinder3
|
||||||
source = https://github.com/KRTirtho/spotube/releases/download/v1.2.0/Spotube-linux-x86_64.tar.xz
|
source = https://github.com/KRTirtho/spotube/releases/download/v2.0.0/Spotube-linux-x86_64.tar.xz
|
||||||
md5sums = f49d21ef00c7d43eb70e7e9b2a7103c1
|
md5sums = f49d21ef00c7d43eb70e7e9b2a7103c1
|
||||||
|
|
||||||
pkgname = spotube-bin
|
pkgname = spotube-bin
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
|
# Maintainer: Kingkor Roy Tirtho <krtirho@gmail.com>
|
||||||
pkgname=spotube-bin
|
pkgname=spotube-bin
|
||||||
pkgver=1.2.0
|
pkgver=2.0.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed"
|
pkgdesc="A lightweight free Spotify crossplatform-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<metadata>
|
<metadata>
|
||||||
<!-- == PACKAGE SPECIFIC SECTION == -->
|
<!-- == PACKAGE SPECIFIC SECTION == -->
|
||||||
<id>spotube</id>
|
<id>spotube</id>
|
||||||
<version>1.2.0</version>
|
<version>2.0.0</version>
|
||||||
<packageSourceUrl>https://github.com/KRTirtho/spotube/tree/master/choco-struct</packageSourceUrl>
|
<packageSourceUrl>https://github.com/KRTirtho/spotube/tree/master/choco-struct</packageSourceUrl>
|
||||||
<owners>Kingkor Roy Tirtho</owners>
|
<owners>Kingkor Roy Tirtho</owners>
|
||||||
<!-- ============================== -->
|
<!-- ============================== -->
|
||||||
@ -39,7 +39,7 @@
|
|||||||
- Lyrics
|
- Lyrics
|
||||||
- Downloadable track (WIP)
|
- Downloadable track (WIP)
|
||||||
</description>
|
</description>
|
||||||
<releaseNotes>https://github.com/KRTirtho/spotube/releases/tag/v1.2.0</releaseNotes>
|
<releaseNotes>https://github.com/KRTirtho/spotube/releases/tag/v2.0.0</releaseNotes>
|
||||||
</metadata>
|
</metadata>
|
||||||
<files>
|
<files>
|
||||||
<file src="tools\**" target="tools" />
|
<file src="tools\**" target="tools" />
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Package: Spotube
|
Package: Spotube
|
||||||
Version: 1.2.0
|
Version: 2.0.0
|
||||||
Section: sound
|
Section: sound
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
@ -190,7 +190,7 @@ class Settings extends HookConsumerWidget {
|
|||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
const SizedBox(height: 40),
|
const SizedBox(height: 40),
|
||||||
const Text("Spotube v1.2.0"),
|
const Text("Spotube v2.0.0"),
|
||||||
const SizedBox(height: 10),
|
const SizedBox(height: 10),
|
||||||
Row(
|
Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
</screenshots>
|
</screenshots>
|
||||||
<launchable type="desktop-id">com.github.KRTirtho.Spotube.desktop</launchable>
|
<launchable type="desktop-id">com.github.KRTirtho.Spotube.desktop</launchable>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="2.0.0" date="2022-03-24" />
|
||||||
<release version="1.2.0" date="2022-02-02" />
|
<release version="1.2.0" date="2022-02-02" />
|
||||||
<release version="1.1.0" date="2022-01-27" />
|
<release version="1.1.0" date="2022-01-27" />
|
||||||
<release version="1.0.1" date="2022-01-15" />
|
<release version="1.0.1" date="2022-01-15" />
|
||||||
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 1.2.0
|
version: 2.0.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.15.1 <3.0.0"
|
sdk: ">=2.15.1 <3.0.0"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||||
|
|
||||||
#define MyAppName "Spotube"
|
#define MyAppName "Spotube"
|
||||||
#define MyAppVersion "1.2.0"
|
#define MyAppVersion "2.0.0"
|
||||||
#define MyAppPublisher "KRTirtho, OSS"
|
#define MyAppPublisher "KRTirtho, OSS"
|
||||||
#define MyAppURL "https://github.com/KRTirtho/spotube"
|
#define MyAppURL "https://github.com/KRTirtho/spotube"
|
||||||
#define MyAppExeName "spotube.exe"
|
#define MyAppExeName "spotube.exe"
|
||||||
|
@ -69,7 +69,7 @@ IDI_APP_ICON ICON "resources\\icon.ico"
|
|||||||
#ifdef FLUTTER_BUILD_NAME
|
#ifdef FLUTTER_BUILD_NAME
|
||||||
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
|
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
|
||||||
#else
|
#else
|
||||||
#define VERSION_AS_STRING "1.2.0"
|
#define VERSION_AS_STRING "2.0.0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
|
Loading…
Reference in New Issue
Block a user