Skip to content

Commit

Permalink
x11/nwg-menu: update to 0.1.3
Browse files Browse the repository at this point in the history
Changes:	https://github.com/nwg-piotr/nwg-menu/releases/tag/v0.1.3
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Feb 20, 2024
1 parent 5e2f668 commit d1a2325
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
5 changes: 2 additions & 3 deletions x11/nwg-menu/Makefile
@@ -1,7 +1,6 @@
PORTNAME= nwg-menu
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.2
PORTREVISION= 1
DISTVERSION= 0.1.3
CATEGORIES= x11 wayland

MAINTAINER= jbeich@FreeBSD.org
Expand All @@ -21,7 +20,7 @@ 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:b0c42cd8474f:dlasky_gotk3_layershell/vendor/github.com/dlasky/gotk3-layershell \
golang:sync:v0.6.0:golang_sync/vendor/golang.org/x/sync \
gotk3:gotk3:v0.6.2:gotk3_gotk3/vendor/github.com/gotk3/gotk3 \
gotk3:gotk3:v0.6.3: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 \
uber-go:multierr:v1.11.0:uber_go_multierr/vendor/go.uber.org/multierr
Expand Down
10 changes: 5 additions & 5 deletions x11/nwg-menu/distinfo
@@ -1,14 +1,14 @@
TIMESTAMP = 1706404161
SHA256 (nwg-piotr-nwg-menu-v0.1.2_GH0.tar.gz) = 11d683bcc756b27a6a80973aa2ff77dc9002c991e708e65219d54100c6e57f49
SIZE (nwg-piotr-nwg-menu-v0.1.2_GH0.tar.gz) = 3247673
TIMESTAMP = 1708303653
SHA256 (nwg-piotr-nwg-menu-v0.1.3_GH0.tar.gz) = 1d25b2ad799eea4b74a6cd260497c9383c1a34148833051cf0c8907443d5dd3e
SIZE (nwg-piotr-nwg-menu-v0.1.3_GH0.tar.gz) = 3247738
SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295
SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819
SHA256 (dlasky-gotk3-layershell-b0c42cd8474f_GH0.tar.gz) = 7eed1f818f39e9124b2ef8fcf9df24adae371ce882f192b352be24e0408b3680
SIZE (dlasky-gotk3-layershell-b0c42cd8474f_GH0.tar.gz) = 2374260
SHA256 (golang-sync-v0.6.0_GH0.tar.gz) = 23b8fca95397b2293e64e58d333633051ec942b46318ad8f630318e801658b67
SIZE (golang-sync-v0.6.0_GH0.tar.gz) = 17605
SHA256 (gotk3-gotk3-v0.6.2_GH0.tar.gz) = 7e7534e427a66fd118f0b0961b1e2369d6ae3c0b5f24227b9854e181eb4a407f
SIZE (gotk3-gotk3-v0.6.2_GH0.tar.gz) = 278186
SHA256 (gotk3-gotk3-v0.6.3_GH0.tar.gz) = cf233b835b1fdd23afa393d1e7483c44a57ab7729afe3a72e7ae3ded2b27a0c8
SIZE (gotk3-gotk3-v0.6.3_GH0.tar.gz) = 278230
SHA256 (joshuarubin-go-sway-v1.2.0_GH0.tar.gz) = 3bd95f49be110b40bc005f3db157c0a8e6ccedb4e0ed48e810368f23030a1833
SIZE (joshuarubin-go-sway-v1.2.0_GH0.tar.gz) = 12933
SHA256 (joshuarubin-lifecycle-v1.1.4_GH0.tar.gz) = 512fc4ca6e4f8db0b493f47f3edffed3ce09002267b0ff0d64fa09941d4d249f
Expand Down
14 changes: 14 additions & 0 deletions x11/nwg-menu/files/patch-go.mod
@@ -0,0 +1,14 @@
Drop after lang/go122 appears (switch to USES=go:1.22,modules)

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

--- go.mod.orig 2024-02-19 00:47:33 UTC
+++ go.mod
@@ -1,6 +1,6 @@ module github.com/nwg-piotr/nwg-menu
module github.com/nwg-piotr/nwg-menu

-go 1.22
+go 1.21

require (
github.com/allan-simon/go-singleinstance v0.0.0-20210120080615-d0997106ab37

0 comments on commit d1a2325

Please sign in to comment.