From 2c212f4d713e4f3f65f03b8c67d639ae8acad29f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 08:03:19 +0000 Subject: [PATCH] Bump connections from 0.1.5 to 0.1.6 --- connections/.SRCINFO | 4 ++-- connections/PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/connections/.SRCINFO b/connections/.SRCINFO index 6a35c44..b395571 100644 --- a/connections/.SRCINFO +++ b/connections/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = connections pkgdesc = A command-line client for the NYT Connections game. - pkgver = 0.1.5 + pkgver = 0.1.6 pkgrel = 1 url = https://github.com/jmelahman/connections arch = i686 @@ -9,7 +9,7 @@ pkgbase = connections license = MIT makedepends = go makedepends = git - source = connections::git+https://github.com/jmelahman/connections.git#commit=89b82528cba8dab466a00fcc3a9c72f3c1b73f41 + source = connections::git+https://github.com/jmelahman/connections.git#commit=89e0f6ee23e72c78098f9c7eea94f6de6e778e9a md5sums = SKIP pkgname = connections diff --git a/connections/PKGBUILD b/connections/PKGBUILD index 68a4292..dd02d9a 100644 --- a/connections/PKGBUILD +++ b/connections/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: pkgname=connections -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc='A command-line client for the NYT Connections game.' arch=('i686' 'x86_64' 'aarch64') url='https://github.com/jmelahman/connections' license=('MIT') makedepends=('go' 'git') -_commit='89b82528cba8dab466a00fcc3a9c72f3c1b73f41' +_commit='89e0f6ee23e72c78098f9c7eea94f6de6e778e9a' source=("$pkgname::git+$url.git#commit=$_commit") md5sums=('SKIP')