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

View File

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