Skip to content

Commit

Permalink
Bump connections from 0.1.5 to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2024
1 parent 2118a2c commit 2c212f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions connections/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions connections/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 2c212f4

Please sign in to comment.