diff options
author | goreleaserbot | 2025-03-26 05:24:47 +0000 |
---|---|---|
committer | goreleaserbot | 2025-03-26 05:24:47 +0000 |
commit | 1768a9d0dc08381bfa2a1dab5cce76a674883bdd (patch) | |
tree | 6dd2d353a6c675cb0c654519cee4be8c63133bbc | |
parent | d42477ce581c6776ba97c76adaa9e90b9d5cf4c2 (diff) | |
download | aur-1768a9d0dc08381bfa2a1dab5cce76a674883bdd.tar.gz |
Update to v0.1.5
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = av-cli-bin pkgdesc = CLI tool to create, update, review and merge stacked PRs on GitHub. - pkgver = 0.1.4 + pkgver = 0.1.5 pkgrel = 1 url = https://aviator.co license = MIT @@ -9,10 +9,10 @@ pkgbase = av-cli-bin conflicts = av-cli provides = av-cli arch = aarch64 - source_aarch64 = https://github.com/aviator-co/av/releases/download/v0.1.4/av_0.1.4_linux_arm64.tar.gz - sha256sums_aarch64 = 2c55de432af11f0987896d4f0947f74aecd55bce0e861e9694c6ed84ccd7f2f7 + source_aarch64 = https://github.com/aviator-co/av/releases/download/v0.1.5/av_0.1.5_linux_arm64.tar.gz + sha256sums_aarch64 = f14cd99b6b0113fb5d4645d7029e82d2afd91f0b354a755f94e6089142c11ca8 arch = x86_64 - source_x86_64 = https://github.com/aviator-co/av/releases/download/v0.1.4/av_0.1.4_linux_x86_64.tar.gz - sha256sums_x86_64 = a546fd3491b2846075eb83f9dbbefa1a44c334bf43bf967f074d58ad7a7ab649 + source_x86_64 = https://github.com/aviator-co/av/releases/download/v0.1.5/av_0.1.5_linux_x86_64.tar.gz + sha256sums_x86_64 = df2c96e4a03cd5e297890d482c3d13962f10789aa1f8b68b6958155c06d9a2fb pkgname = av-cli-bin @@ -2,7 +2,7 @@ # Maintainer: Masaya Suzuki <masaya@aviator.co> pkgname='av-cli-bin' -pkgver=0.1.4 +pkgver=0.1.5 pkgrel=1 pkgdesc='CLI tool to create, update, review and merge stacked PRs on GitHub.' url='https://aviator.co' @@ -13,11 +13,11 @@ conflicts=('av-cli') depends=('git') optdepends=('github-cli: for GitHub authentication') -source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/aviator-co/av/releases/download/v0.1.4/av_0.1.4_linux_arm64.tar.gz") -sha256sums_aarch64=('2c55de432af11f0987896d4f0947f74aecd55bce0e861e9694c6ed84ccd7f2f7') +source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/aviator-co/av/releases/download/v0.1.5/av_0.1.5_linux_arm64.tar.gz") +sha256sums_aarch64=('f14cd99b6b0113fb5d4645d7029e82d2afd91f0b354a755f94e6089142c11ca8') -source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/aviator-co/av/releases/download/v0.1.4/av_0.1.4_linux_x86_64.tar.gz") -sha256sums_x86_64=('a546fd3491b2846075eb83f9dbbefa1a44c334bf43bf967f074d58ad7a7ab649') +source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/aviator-co/av/releases/download/v0.1.5/av_0.1.5_linux_x86_64.tar.gz") +sha256sums_x86_64=('df2c96e4a03cd5e297890d482c3d13962f10789aa1f8b68b6958155c06d9a2fb') package() { install -Dm755 "./av" "${pkgdir}/usr/bin/av" |