diff options
author | Atte Lautanala | 2023-01-17 17:05:55 +0200 |
---|---|---|
committer | Atte Lautanala | 2023-01-17 17:05:55 +0200 |
commit | e0d64724b5b207597425a28286f1257852ce3e6f (patch) | |
tree | 3aa05458a0f51e6f3cdb4e0755da5ec5204538c9 | |
parent | ee92ef7bdfdbc10d6ce571f0d5ccd07db72eab1d (diff) | |
download | aur-e0d64724b5b207597425a28286f1257852ce3e6f.tar.gz |
Update phrase-cli to version 2.6.4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ pkgbase = phrase-cli pkgdesc = Phrase CLI tool - pkgver = 2.6.3 + pkgver = 2.6.4 pkgrel = 1 url = https://phrase.com/cli arch = i686 arch = x86_64 license = MIT makedepends = go - source = https://github.com/phrase/phrase-cli/archive/refs/tags/2.6.3.tar.gz - sha256sums = dacdd29240c942ac7c84e76b79e8931928954df3f687d7de38a93f138d97ab94 + source = https://github.com/phrase/phrase-cli/archive/refs/tags/2.6.4.tar.gz + sha256sums = e2e12c293dacc3fc9cd73df8dfb5d7b3adcd5bae2cf3b6c993ae3e72d7aed4af pkgname = phrase-cli @@ -1,6 +1,6 @@ # Maintainer: Atte Lautanala <atte.lautanala@gmail.com> pkgname=phrase-cli -pkgver=2.6.3 +pkgver=2.6.4 pkgrel=1 pkgdesc="Phrase CLI tool" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ license=('MIT') makedepends=('go') source=("https://github.com/phrase/$pkgname/archive/refs/tags/$pkgver.tar.gz") -sha256sums=('dacdd29240c942ac7c84e76b79e8931928954df3f687d7de38a93f138d97ab94') +sha256sums=('e2e12c293dacc3fc9cd73df8dfb5d7b3adcd5bae2cf3b6c993ae3e72d7aed4af') build() { cd "${pkgname}-${pkgver}" |