summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Coffin2017-05-23 13:34:56 -0600
committerMatt Coffin2017-05-23 13:34:56 -0600
commit945f4cdae3d817c92fdbdfc305967f39dd04261d (patch)
treef85b3d45ff9ec848113f2651747f57515b28acf6
parentb690610418fc3a59dc603be4ef6ab684011c1636 (diff)
downloadaur-945f4cdae3d817c92fdbdfc305967f39dd04261d.tar.gz
version: 1.8
1.7.0 -> 1.8
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bba1a1875abf..16bd34a694f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matt Coffin <mcoffin13@gmail.com>
pkgname=bossa
-pkgver=1.7.0
+pkgver=1.8
pkgrel=1
pkgdesc="Flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/shumatech/BOSSA"
license=('BSD')
depends=('readline' 'wxgtk')
source=("https://github.com/shumatech/BOSSA/archive/$pkgver.tar.gz")
-sha256sums=('758ddaa70163561de9877d2f0f61dd64b51616273ac8709278d7e67ab90a6af3')
+sha256sums=('ddfdb6a76cda61ccc372773ec63bd6b4e8b3a39824984c711346a52f27fbffea')
build() {
cd "$srcdir/BOSSA-$pkgver"