summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2021-01-27 18:54:21 +0100
committerPopolon2021-01-27 18:54:21 +0100
commitd215c3c3e7b74ee0be9d1780ef3c9e64fca30e7c (patch)
tree7c7186402b283f3dfcc157ea66035e45cf4238b0
parentb52fbde49154e88b9cb97df737bb887363ed9bdc (diff)
downloadaur-d215c3c3e7b74ee0be9d1780ef3c9e64fca30e7c.tar.gz
update to 0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a35686d2af8..f3bc44d1f945 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 2174a517ae82..26ca1b55da50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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