mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
upgpkg: typomat-bin 0.1.3-1
upstream release
This commit is contained in:
parent
88681a7085
commit
75fb435ec5
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue