Skip to content

Commit

Permalink
Bump work from 1.0.10 to 1.0.11 (#42)
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 43cf258 commit 61beebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions work/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pkgbase = work
pkgdesc = A stupid simple time tracker.
pkgver = 1.0.10
pkgrel = 2
pkgver = 1.0.11
pkgrel = 1
url = https://github.com/jmelahman/work
arch = i686
arch = x86_64
arch = aarch64
license = MIT
makedepends = go
makedepends = git
source = work::git+https://github.com/jmelahman/work.git#commit=c4f8f4a409b85d3fa1ce50423236e6e5c76727c7
source = work::git+https://github.com/jmelahman/work.git#commit=93f7c04a8145b47cd0736f7135705f7fa4b6db95
md5sums = SKIP

pkgname = work
6 changes: 3 additions & 3 deletions work/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# Contributor:

pkgname=work
pkgver=1.0.10
pkgrel=2
pkgver=1.0.11
pkgrel=1
pkgdesc='A stupid simple time tracker.'
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/jmelahman/work'
license=('MIT')
makedepends=('go' 'git')
_commit='c4f8f4a409b85d3fa1ce50423236e6e5c76727c7'
_commit='93f7c04a8145b47cd0736f7135705f7fa4b6db95'
source=("$pkgname::git+$url.git#commit=$_commit")
md5sums=('SKIP')

Expand Down

0 comments on commit 61beebe

Please sign in to comment.