summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Martignène2018-09-23 13:06:36 +0200
committerNiels Martignène2018-09-23 13:06:36 +0200
commitb7e441060bc1c7ef0cb147bb12ebc4b9c4766612 (patch)
tree4babf7e533b594f4b9e1e6b01a5ee89b4c80fa4c
parent2f3d8efb678030541487abd63c639730d67a371c (diff)
downloadaur-b7e441060bc1c7ef0cb147bb12ebc4b9c4766612.tar.gz
Upgrade to 0.8.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 006bc3a53207..e129eea6ec75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tytools
pkgdesc = GUI and command-line tools to manage Teensy devices
- pkgver = 0.8.8
+ pkgver = 0.8.10
pkgrel = 1
url = http://github.com/Koromix/tytools
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = tytools
provides = ty
conflicts = ty
conflicts = teensytools
- source = https://github.com/Koromix/tytools/archive/v0.8.8.tar.gz
- sha256sums = ce9dfc7eb0db2982b3a3de5f3b20851baf107e9c3c139a08e48afd4af123c0ab
+ source = https://github.com/Koromix/tytools/archive/v0.8.10.tar.gz
+ sha256sums = 4840b64a909fc5b4ee4dca6520c88ab71213e7c338f6cd5ac8ddd8c636d406ea
pkgname = tytools
diff --git a/PKGBUILD b/PKGBUILD
index 0a8a1ab1e7e5..04b792b8dc22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niels Martignène <niels.martignene@gmail.com>
pkgname=tytools
-pkgver=0.8.8
+pkgver=0.8.10
pkgrel=1
pkgdesc="GUI and command-line tools to manage Teensy devices"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ makedepends=('git' 'imagemagick')
provides=('tytools' 'ty')
conflicts=('ty' 'teensytools')
source=("https://github.com/Koromix/tytools/archive/v${pkgver}.tar.gz")
-sha256sums=('ce9dfc7eb0db2982b3a3de5f3b20851baf107e9c3c139a08e48afd4af123c0ab')
+sha256sums=('4840b64a909fc5b4ee4dca6520c88ab71213e7c338f6cd5ac8ddd8c636d406ea')
build() {
cd "tytools-${pkgver}"