From d215c3c3e7b74ee0be9d1780ef3c9e64fca30e7c Mon Sep 17 00:00:00 2001 From: Popolon Date: Wed, 27 Jan 2021 18:54:21 +0100 Subject: [PATCH] update to 0.3 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7a35686..f3bc44d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 2174a51..26ca1b5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Popolon 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