2
0
Fork 0

bump version to 0.4

This commit is contained in:
Arti Zirk 2021-04-14 14:29:49 +03:00
parent d215c3c3e7
commit 915b5d6e37
2 changed files with 5 additions and 5 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.3
pkgver = 0.4
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.3.tar.gz
sha256sums = 8779dd9af5b0574a7a93e5f8579935f622055d958a690457dcef02d4f438ec6c
source = https://github.com/wtarreau/bootterm/archive/v0.4.tar.gz
sha256sums = 048391b7a988d7581c972167cba849ab58d63ac118f0d3ad204275f54a8df337
pkgname = bootterm

View File

@ -1,14 +1,14 @@
# Maintainer: Popolon <popolon@popolon.org>
pkgname=bootterm
pkgver=0.3
pkgver=0.4
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=('8779dd9af5b0574a7a93e5f8579935f622055d958a690457dcef02d4f438ec6c')
sha256sums=('048391b7a988d7581c972167cba849ab58d63ac118f0d3ad204275f54a8df337')
build() {
cd $pkgname-$pkgver