Merge branch 'master' into dependabot/pub/flutter_riverpod-and-hooks_riverpod-2.0.2

This commit is contained in:
Kingkor Roy Tirtho 2022-11-24 12:31:33 +06:00 committed by GitHub
commit 4f6f48e379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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;

View File

@ -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:

View File

@ -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