summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98448bcf2ecc..fcfd6cc1c57c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Justin Vreeland <vreeland.justin@gmail.com>
# Contributor: Streetwalrus <streetwalrus@codewalr.us>
pkgname=sam-ba
-pkgver=3.3
+pkgver=3.3.1
pkgrel=2
pkgdesc="Atmel SAM Boot Assistant"
arch=('x86_64')
@@ -14,10 +14,10 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/atmelcorp/sam-ba/archive/v$
"0002-Dont-rely-on-applicationDirPath.patch"
"0003-Use-newer-qt-version.patch"
)
-md5sums=('480f70a38b783df1e599ccc7bf2090ef'
+md5sums=('e435ec4416dcfb013ab8a07f95ef0ba4'
'7115eaa32335e755fe4b17277a15ca7e'
'1fd871ae02809fcbc3095c169f59ce01'
- '93241311e7ce90508b0af8e91fb61559')
+ 'f938ade40a4b559f6f70cf3929433bbb')
prepare() {
cd "${srcdir}/$pkgname-$pkgver"