Skip to content

Commit

Permalink
Merge pull request #126 from dvdmuckle/dev
Browse files Browse the repository at this point in the history
Release 1.1.3
  • Loading branch information
dvdmuckle committed May 30, 2022
2 parents deb00fe + 5a27898 commit 7a745eb
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 80 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build Docs
on:
push:
branches: [dev]
pull_request:
branches: [dev]

jobs:
build-docs:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ prepare-deb-build: go-build
mkdir -p debbuild
mv ../spc_* debbuild/
deb-bump-version:
dch -i -M -D focal
dch -i -M -D "focal jammy"
bump-and-prepare-deb-build: deb-bump-version prepare-deb-build
rpm-bump-spec:
rpmdev-bumpspec -u "David Muckle <[email protected]>" spc.spec
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
spc (1.1.3-2) focal jammy; urgency=medium

* Update depenencies

-- David Muckle <[email protected]> Mon, 30 May 2022 14:52:53 -0400

spc (1.1.2-2) focal jammy; urgency=medium

* Build package for 22.04

-- David Muckle <[email protected]> Mon, 30 May 2022 14:20:39 -0400

spc (1.1.2-1) focal; urgency=medium

* Update dependencies
Expand Down
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ go 1.16

require (
github.com/golang/glog v1.0.0
github.com/kr/text v0.2.0 // indirect
github.com/ktr0731/go-fuzzyfinder v0.6.0
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/spf13/cobra v1.3.0
github.com/spf13/viper v1.10.1
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/zalando/go-keyring v0.2.0
github.com/zalando/go-keyring v0.2.1
github.com/zmb3/spotify v1.3.0
golang.org/x/net v0.0.0-20210908191846-a5e095526f91 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
Loading

0 comments on commit 7a745eb

Please sign in to comment.