2
0
Fork 0

update to 0.3

This commit is contained in:
Popolon 2021-01-27 18:54:21 +01:00
parent b52fbde491
commit d215c3c3e7
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
pkgbase = bootterm
pkgdesc = Simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports
pkgver = 0.2
pkgrel = 2
pkgver = 0.3
pkgrel = 1
url = https://github.com/wtarreau/bootterm/
arch = x86_64
arch = armv7h
arch = armv8
license = MIT
source = https://github.com/wtarreau/bootterm/archive/v0.2.tar.gz
sha256sums = 5beef823c9655f09555bfe4a9ea64e81f51f10582f64655a0fe939a1542e53d3
source = https://github.com/wtarreau/bootterm/archive/v0.3.tar.gz
sha256sums = 8779dd9af5b0574a7a93e5f8579935f622055d958a690457dcef02d4f438ec6c
pkgname = bootterm

View File

@ -1,14 +1,14 @@
# Maintainer: Popolon <popolon@popolon.org>
pkgname=bootterm
pkgver=0.2
pkgrel=2
pkgver=0.3
pkgrel=1
pkgdesc="Simple, reliable and powerful terminal designed to ease connection to ephemeral serial ports"
arch=('x86_64' 'armv7h' 'armv8')
url="https://github.com/wtarreau/bootterm/"
license=('MIT')
source=(https://github.com/wtarreau/$pkgname/archive/v${pkgver}.tar.gz)
sha256sums=('5beef823c9655f09555bfe4a9ea64e81f51f10582f64655a0fe939a1542e53d3')
sha256sums=('8779dd9af5b0574a7a93e5f8579935f622055d958a690457dcef02d4f438ec6c')
build() {
cd $pkgname-$pkgver