Skip to content

Commit

Permalink
build(aur): bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Jun 9, 2024
1 parent 366fe7f commit e9f10f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Maintainer: Taufik Hidayat <[email protected]>

pkgname=urban-cli-bin
pkgver=0.2.0
pkgver=0.2.1
pkgrel=1
pkgdesc='Blazingly fast command line interface for Urban Dictionary'
arch=('x86_64' 'aarch64')
url='https://github.com/tfkhdyt/urban-cli'
license=('GPL3')
depends=()
source_x86_64=("${pkgname}-v${pkgver}-amd64.tar.gz::${url}/releases/download/v${pkgver}/urban-cli-v${pkgver}-linux-amd64.tar.gz")
sha256sums_x86_64=('6f347ab089119b7f149dd4cddb1b7504ae0f382db6a7269fd31d9348cb08af50')
sha256sums_x86_64=('42b57d157f1981c247edcc5b238678a701a87940f32a5e7991d36b236121a0fb')

source_aarch64=("${pkgname}-v${pkgver}-arm64.tar.gz::${url}/releases/download/v${pkgver}/urban-cli-v${pkgver}-linux-arm64.tar.gz")
sha256sums_aarch64=('e585efa4245bbe755a060077a9301dd4b149d4e40d1423434eecc880a1fa94f8')
sha256sums_aarch64=('67952ee2c16c97e70350cf1943f44d9c156347dacaba935d6d94bd311ec20543')

package() {
install -Dm755 urban-cli "${pkgdir}/usr/bin/urban-cli"
Expand Down

0 comments on commit e9f10f9

Please sign in to comment.