Skip to content

Commit

Permalink
x11/nwg-dock: update to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Jan 11, 2025
1 parent fb376ed commit 34a780e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions x11/nwg-dock/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= nwg-dock
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.1
DISTVERSION= 0.4.3
CATEGORIES= x11

MAINTAINER= [email protected]
Expand All @@ -19,8 +19,8 @@ USE_GNOME= cairo gdkpixbuf2 gtk30
GH_ACCOUNT= nwg-piotr
GH_TUPLE= allan-simon:go-singleinstance:d0997106ab37:allan_simon_go_singleinstance/vendor/github.com/allan-simon/go-singleinstance \
dlasky:gotk3-layershell:5c5115f0d774:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \
golang:sync:v0.8.0:golang_sync/vendor/golang.org/x/sync \
golang:sys:v0.24.0:golang_sys/vendor/golang.org/x/sys \
golang:sync:v0.10.0:golang_sync/vendor/golang.org/x/sync \
golang:sys:v0.29.0:golang_sys/vendor/golang.org/x/sys \
gotk3:gotk3:ff349ae13f56:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \
joshuarubin:go-sway:v1.2.0:joshuarubin_go_sway/vendor/github.com/joshuarubin/go-sway \
joshuarubin:lifecycle:v1.1.4:joshuarubin_lifecycle/vendor/github.com/joshuarubin/lifecycle \
Expand Down
14 changes: 7 additions & 7 deletions x11/nwg-dock/distinfo
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
TIMESTAMP = 1723410019
SHA256 (nwg-piotr-nwg-dock-v0.4.1_GH0.tar.gz) = c392d4267971db557be1aef5dd48a8f901c2743e4b7a445f242bc96036518436
SIZE (nwg-piotr-nwg-dock-v0.4.1_GH0.tar.gz) = 30381
TIMESTAMP = 1736473297
SHA256 (nwg-piotr-nwg-dock-v0.4.3_GH0.tar.gz) = e4c617ae1b4c6ebca623d728a130591d3240750132f3fdfc8e1c0bcc19c572f2
SIZE (nwg-piotr-nwg-dock-v0.4.3_GH0.tar.gz) = 30620
SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295
SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819
SHA256 (dlasky-gotk3-layershell-5c5115f0d774_GH0.tar.gz) = 9b4f0a555e5f7714930e3f592414e6fa5cb61b744a58ee79419fa89a5530af9e
SIZE (dlasky-gotk3-layershell-5c5115f0d774_GH0.tar.gz) = 2374334
SHA256 (golang-sync-v0.8.0_GH0.tar.gz) = 1872b89e8bf234d4c65edca0bf7c7fd6c414cf74a5a9e10463eb2483cf7b361f
SIZE (golang-sync-v0.8.0_GH0.tar.gz) = 18181
SHA256 (golang-sys-v0.24.0_GH0.tar.gz) = 3402ba7b578406df222693bac2b4011b5c9ab9180b0c123db1ed92da8ba11052
SIZE (golang-sys-v0.24.0_GH0.tar.gz) = 1501680
SHA256 (golang-sync-v0.10.0_GH0.tar.gz) = 2a7b7c36a89b444213ec3237a21dd1ca6ed351adf423666cc6bf853711a13f3d
SIZE (golang-sync-v0.10.0_GH0.tar.gz) = 18099
SHA256 (golang-sys-v0.29.0_GH0.tar.gz) = 7bac3e0a686a05d0e86ca110917b45f60553d6c146dba8a4cdafb911486428e7
SIZE (golang-sys-v0.29.0_GH0.tar.gz) = 1519988
SHA256 (gotk3-gotk3-ff349ae13f56_GH0.tar.gz) = e37085985248c69a8b429e37eb2ebee31a2b0f6bbd8310dc154050985fcc6b04
SIZE (gotk3-gotk3-ff349ae13f56_GH0.tar.gz) = 279122
SHA256 (joshuarubin-go-sway-v1.2.0_GH0.tar.gz) = 3bd95f49be110b40bc005f3db157c0a8e6ccedb4e0ed48e810368f23030a1833
Expand Down
4 changes: 2 additions & 2 deletions x11/nwg-dock/files/patch-go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Drop after lang/go122 appears (switch to USES=go:1.22,modules)

github.com/nwg-piotr/nwg-dock-hyprland: cannot compile Go 1.22 code

--- go.mod.orig 2024-08-09 23:13:59 UTC
--- go.mod.orig 2025-01-09 01:40:28 UTC
+++ go.mod
@@ -1,6 +1,6 @@ module github.com/nwg-piotr/nwg-dock
module github.com/nwg-piotr/nwg-dock

-go 1.22
-go 1.23
+go 1.21

require (
Expand Down

0 comments on commit 34a780e

Please sign in to comment.