Skip to content

Commit

Permalink
audio/gospt: update to 0.0.45
Browse files Browse the repository at this point in the history
Changelog
 - 45ea45d README'
 - a1e9cc6 adds trace log to http, fixes login flow (#14)
 - d222bc2 update urls
  • Loading branch information
0323pin committed Mar 10, 2023
1 parent cfcf6e1 commit cae0f56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions audio/gospt/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.11 2023/03/08 13:38:49 bsiegert Exp $
# $NetBSD: Makefile,v 1.12 2023/03/10 11:17:27 pin Exp $

DISTNAME= gospt-0.0.42
PKGREVISION= 1
DISTNAME= gospt-0.0.45
CATEGORIES= audio
MASTER_SITES= -https://gitea.asdf.cafe/abs3nt/gospt/archive/v${PKGVERSION_NOREV}.tar.gz
MASTER_SITES= -https://git.asdf.cafe/abs3nt/gospt/archive/v${PKGVERSION_NOREV}.tar.gz

MAINTAINER= [email protected]
HOMEPAGE= https://gitea.asdf.cafe/abs3nt/gospt/
HOMEPAGE= https://git.asdf.cafe/abs3nt/gospt/
COMMENT= Spotify TUI and CLI
LICENSE= mit

Expand Down
8 changes: 4 additions & 4 deletions audio/gospt/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.9 2023/03/06 07:25:28 pin Exp $
$NetBSD: distinfo,v 1.10 2023/03/10 11:17:27 pin Exp $

BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
Expand Down Expand Up @@ -1416,9 +1416,9 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 95 bytes
BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
BLAKE2s (gospt-0.0.42.tar.gz) = 7e11f23f60428001e8d0553fb2b9ed4c137efe40e02b300e5276a1e6043d759a
SHA512 (gospt-0.0.42.tar.gz) = 3f9f7934d88cc0164ec761850222492d579c0727dd99c77c7fd6c4b2dcc6ca9107e27cf8912f04a992b0408cbffc8f50157025af47ccd9ee37285a811b07f8aa
Size (gospt-0.0.42.tar.gz) = 1758725 bytes
BLAKE2s (gospt-0.0.45.tar.gz) = 09fcd8e53f241c0099d0ddc0a8cf1b769acc2e455a8015ad9f42342054dd752c
SHA512 (gospt-0.0.45.tar.gz) = a7329fe19e7526ea05e78d80f6198662e1e2ca3a57c61f12896ceee4ca40e02d006e8973befaaf3a6aa505f2f5f5d95aa9cafc4c83adca0aa9799ac7c94287a8
Size (gospt-0.0.45.tar.gz) = 1758830 bytes
BLAKE2s (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = 38e66bb2bbbbabd21beff5a5718735267b1611dbdf7da56c7fb6500d6cb784f1
SHA512 (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = d00ae74b24e7fb3ff351ff68b88e59636153bbcf92b36e81e91556e3e75a7ccfb08ce471f757f92fd7612378944de3d7309c73923812e2df6a26b74e999ca9ce
Size (honnef.co_go_tools_@v_v0.0.0-20190102054323-c2f93a96b099.mod) = 26 bytes
Expand Down
2 changes: 1 addition & 1 deletion audio/gospt/go-modules.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: go-modules.mk,v 1.3 2023/02/28 22:33:17 pin Exp $
# $NetBSD: go-modules.mk,v 1.4 2023/03/10 11:17:27 pin Exp $

GO_MODULE_FILES+= cloud.google.com/go/@v/v0.26.0.mod
GO_MODULE_FILES+= cloud.google.com/go/@v/v0.34.0.mod
Expand Down

0 comments on commit cae0f56

Please sign in to comment.