Skip to content

Commit

Permalink
Bump release-tag from 0.2.3 to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman committed Dec 27, 2024
1 parent 72b7c37 commit 8a2aecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release-tag/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = release-tag
pkgdesc = Automatically create semantic version git tags.
pkgver = 0.2.3
pkgver = 0.2.4
pkgrel = 1
url = https://github.com/jmelahman/tag
arch = i686
Expand All @@ -9,7 +9,7 @@ pkgbase = release-tag
license = MIT
makedepends = go
makedepends = git
source = tag::git+https://github.com/jmelahman/tag.git#commit=a96c576ba99aa2cb8acfcb8d9aac34ffc0575477
source = tag::git+https://github.com/jmelahman/tag.git#commit=763f1c2879ad3380c090ed400c9d39a2237a761e
md5sums = SKIP

pkgname = release-tag
4 changes: 2 additions & 2 deletions release-tag/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

pkgname=release-tag
_pkgname=tag
pkgver=0.2.3
pkgver=0.2.4
pkgrel=1
pkgdesc='Automatically create semantic version git tags.'
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/jmelahman/tag'
license=('MIT')
makedepends=('go' 'git')
_commit='a96c576ba99aa2cb8acfcb8d9aac34ffc0575477'
_commit='763f1c2879ad3380c090ed400c9d39a2237a761e'
source=("${_pkgname}::git+$url.git#commit=$_commit")
md5sums=('SKIP')

Expand Down

0 comments on commit 8a2aecb

Please sign in to comment.