Skip to content

Commit

Permalink
Bump release-tag from 0.2.5 to 0.3.0 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
1 parent 9814648 commit 9b0125c
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.5
pkgver = 0.3.0
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=0cc29aa4b5ebc749641620921c00b8ba926c4398
source = tag::git+https://github.com/jmelahman/tag.git#commit=bbc4ac03498c9dd8685ea44f6e58a084b56dc5cb
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.5
pkgver=0.3.0
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='0cc29aa4b5ebc749641620921c00b8ba926c4398'
_commit='bbc4ac03498c9dd8685ea44f6e58a084b56dc5cb'
source=("${_pkgname}::git+$url.git#commit=$_commit")
md5sums=('SKIP')

Expand Down

0 comments on commit 9b0125c

Please sign in to comment.