Skip to content

Commit

Permalink
sums updated for v2.0.0
Browse files Browse the repository at this point in the history
removed macos appname.app upload
  • Loading branch information
KRTirtho committed Mar 24, 2022
1 parent 5574c5a commit 833c213
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,4 @@ jobs:
with:
name: Spotube-Macos-Bundle
path: |
build/macos/Build/Products/Release/spotube.app
build/Spotube-macos-x86_64.dmg
2 changes: 1 addition & 1 deletion aur-struct/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pkgbase = spotube-bin
license = BSD-4-Clause
depends = libkeybinder3
source = https://github.com/KRTirtho/spotube/releases/download/v2.0.0/Spotube-linux-x86_64.tar.xz
md5sums = f49d21ef00c7d43eb70e7e9b2a7103c1
md5sums = 55955fb42d7e3f960392d68d45e2030a

pkgname = spotube-bin
2 changes: 1 addition & 1 deletion aur-struct/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/KRTirtho/spotube/releases/download/v${pkgver}/Spotube-linux-x86_64.tar.xz")
noextract=()
md5sums=(f49d21ef00c7d43eb70e7e9b2a7103c1)
md5sums=(55955fb42d7e3f960392d68d45e2030a)
validpgpkeys=()

package(){
Expand Down
8 changes: 4 additions & 4 deletions choco-struct/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ in verifying that this package's contents are trustworthy.
Please go to releases page
https://github.com/KRTirtho/spotube/releases

Download same version as this choco package (example for v1.2.0)
https://github.com/KRTirtho/spotube/releases/tag/v1.0.1
Download same version as this choco package (example for v2.0.0)
https://github.com/KRTirtho/spotube/releases/tag/v2.0.0

1. get hashes. Run:
powershell -command Get-FileHash tools\Spotube-windows-x86_64-setup.exe

2. The checksums should match the following:
---
Version Hashes for v1.2.0
Version Hashes for v2.0.0


Algorithm Hash Path
--------- ---- ----
SHA256 02c032e1a2b8f60969b7a65c6a5e21df2bf5834cc8d8062cf56a2c8245a2a90e tools\Spotube-windows-x86_64-setup.exe
SHA256 0b60f232a8c17686b7751a36787c9490b35ff6f3139955c72a11c8db19317a91 tools\Spotube-windows-x86_64-setup.exe

0 comments on commit 833c213

Please sign in to comment.