summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2020-12-19 00:10:18 +0100
committerPopolon2020-12-19 00:10:18 +0100
commit570e81849d7d212d0742606da333f499b82d1e5d (patch)
tree2af0f1d7727d3324dad666436e68147de1496b6a
parenteee2214a7e0815d8b81eeb8f829f99d9c88b73af (diff)
downloadaur-570e81849d7d212d0742606da333f499b82d1e5d.tar.gz
update to 0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 039344205b45..214541a5f469 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.1
+ pkgver = 0.2
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.1.tar.gz
- sha256sums = 3c35ffef75dfc3e59552fd999114005b8fdf40fd85619ec9d93458c048987a82
+ source = https://github.com/wtarreau/bootterm/archive/v0.2.tar.gz
+ sha256sums = 5beef823c9655f09555bfe4a9ea64e81f51f10582f64655a0fe939a1542e53d3
pkgname = bootterm
diff --git a/PKGBUILD b/PKGBUILD
index 4048ac465f8e..2db7aab6fd5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Popolon <popolon@popolon.org>
pkgname=bootterm
-pkgver=0.1
+pkgver=0.2
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=('3c35ffef75dfc3e59552fd999114005b8fdf40fd85619ec9d93458c048987a82')
+sha256sums=('5beef823c9655f09555bfe4a9ea64e81f51f10582f64655a0fe939a1542e53d3')
build() {
cd $pkgname-$pkgver