upgpkg: typomat-bin 0.1.3-1

upstream release
This commit is contained in:
siaeyy 2026-01-04 15:53:52 +03:00
parent 88681a7085
commit 75fb435ec5
2 changed files with 3 additions and 3 deletions

View file

@ -6,9 +6,9 @@ pkgbase = typomat-bin
arch = x86_64
arch = aarch64
license = MIT
source_x86_64 = typomat.tar.gz::https://github.com/vupdivup/typomat/releases/download/v0.1.3/typomat_0.1.3_linux_amd64.tar.gz
source_x86_64 = typomat-bin-0.1.3.tar.gz::https://github.com/vupdivup/typomat/releases/download/v0.1.3/typomat_0.1.3_linux_amd64.tar.gz
sha256sums_x86_64 = 17c3753323c3a2167e439f6a60c2df7e37d761c192d008f92d6751ad132591df
source_aarch64 = typomat.tar.gz::https://github.com/vupdivup/typomat/releases/download/v0.1.3/typomat_0.1.3_linux_arm64.tar.gz
source_aarch64 = typomat-bin-0.1.3.tar.gz::https://github.com/vupdivup/typomat/releases/download/v0.1.3/typomat_0.1.3_linux_arm64.tar.gz
sha256sums_aarch64 = da3ced27a4baef9e36f324ec775a25680f5cf2b50068bdc8373fc3f3be6f9a21
pkgname = typomat-bin

View file

@ -8,7 +8,7 @@ url="https://github.com/vupdivup/typomat"
license=('MIT')
depends=()
makedepends=()
__source_archive="$_pkgname.tar.gz::$url/releases/download/v$pkgver/${_pkgname}_${pkgver}_linux"
__source_archive="$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${_pkgname}_${pkgver}_linux"
source_x86_64=("${__source_archive}_amd64.tar.gz")
source_aarch64=("${__source_archive}_arm64.tar.gz")
sha256sums_x86_64=('17c3753323c3a2167e439f6a60c2df7e37d761c192d008f92d6751ad132591df')