diff options
author | Atte Lautanala | 2022-06-12 16:11:28 +0300 |
---|---|---|
committer | Atte Lautanala | 2022-06-12 16:11:28 +0300 |
commit | c868160020374594a39f1ec2ca048b85fd55b8a8 (patch) | |
tree | 40246fddda3c267762a78053b530bde8d711ae58 | |
parent | d611b6ee7f22eb08d9c78d8041b40a1e770f9e78 (diff) | |
download | aur-c868160020374594a39f1ec2ca048b85fd55b8a8.tar.gz |
Update phrase client to version 2.4.11
-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.4.10 + pkgver = 2.4.11 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.4.10.tar.gz - sha256sums = 46a7783f5db2372c523d267bf1b3eed811993b2a2e8469cabd5ea4746c6844b8 + source = https://github.com/phrase/phrase-cli/archive/refs/tags/2.4.11.tar.gz + sha256sums = 5d5eeff5df6b44633f6119d0896bae0d79318d79d9bbe6bc80573d112385866e pkgname = phrase-cli @@ -1,6 +1,6 @@ # Maintainer: Atte Lautanala <atte.lautanala@gmail.com> pkgname=phrase-cli -pkgver=2.4.10 +pkgver=2.4.11 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=('46a7783f5db2372c523d267bf1b3eed811993b2a2e8469cabd5ea4746c6844b8') +sha256sums=('5d5eeff5df6b44633f6119d0896bae0d79318d79d9bbe6bc80573d112385866e') build() { cd "${pkgname}-${pkgver}" |