mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Merge branch 'master' into dependabot/pub/flutter_riverpod-and-hooks_riverpod-2.0.2
This commit is contained in:
commit
4f6f48e379
2
.github/workflows/spotube-release.yml
vendored
2
.github/workflows/spotube-release.yml
vendored
@ -265,7 +265,7 @@ jobs:
|
|||||||
sed -i "s/%{{SPOTUBE_VERSION}}%/${{ steps.tag.outputs.tag }}/" aur-struct/PKGBUILD
|
sed -i "s/%{{SPOTUBE_VERSION}}%/${{ steps.tag.outputs.tag }}/" aur-struct/PKGBUILD
|
||||||
sed -i "s/%{{PKGREL}}%/1/" aur-struct/PKGBUILD
|
sed -i "s/%{{PKGREL}}%/1/" aur-struct/PKGBUILD
|
||||||
sed -i "s/%{{LINUX_MD5}}%/`md5sum Spotube-Linux-Bundle/Spotube-linux-x86_64.tar.xz | awk '{print $1}'`/" aur-struct/PKGBUILD
|
sed -i "s/%{{LINUX_MD5}}%/`md5sum Spotube-Linux-Bundle/Spotube-linux-x86_64.tar.xz | awk '{print $1}'`/" aur-struct/PKGBUILD
|
||||||
- uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
|
- uses: KSXGitHub/github-actions-deploy-aur@v2.6.0
|
||||||
with:
|
with:
|
||||||
pkgname: spotube-bin
|
pkgname: spotube-bin
|
||||||
pkgbuild: aur-struct/PKGBUILD
|
pkgbuild: aur-struct/PKGBUILD
|
||||||
|
@ -3,6 +3,6 @@ Type=Application
|
|||||||
Name=Spotube
|
Name=Spotube
|
||||||
Exec=/usr/bin/spotube
|
Exec=/usr/bin/spotube
|
||||||
Icon=/usr/share/icons/spotube/spotube-logo.png
|
Icon=/usr/share/icons/spotube/spotube-logo.png
|
||||||
Comment=A music streaming app combining the power of Spotify & Youtube
|
Comment=A music streaming app combining the power of Spotify & YouTube
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Music;
|
Categories=Audio;Music;Player;AudioVideo;
|
||||||
|
@ -619,7 +619,7 @@ packages:
|
|||||||
name: go_router
|
name: go_router
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "5.0.5"
|
version: "5.2.0"
|
||||||
graphs:
|
graphs:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
@ -26,7 +26,7 @@ dependencies:
|
|||||||
flutter_riverpod: ^2.0.2
|
flutter_riverpod: ^2.0.2
|
||||||
flutter_hooks: ^0.18.2+1
|
flutter_hooks: ^0.18.2+1
|
||||||
hooks_riverpod: ^2.0.2
|
hooks_riverpod: ^2.0.2
|
||||||
go_router: ^5.0.5
|
go_router: ^5.2.0
|
||||||
palette_generator: ^0.3.3
|
palette_generator: ^0.3.3
|
||||||
logger: ^1.1.0
|
logger: ^1.1.0
|
||||||
permission_handler: ^10.0.2
|
permission_handler: ^10.0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user