summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2022-08-12 09:48:30 -0600
committerSam Burgos2022-08-12 09:48:30 -0600
commit249559e7d0fb5d0aa0e6e4627cfb64d4ea3ff745 (patch)
treedf7391a6a670f25b984271767f3aed5f35c29ce0
parent1e23b1e19a2ed01c19ded5d2d0f896b33d13c71e (diff)
downloadaur-249559e7d0fb5d0aa0e6e4627cfb64d4ea3ff745.tar.gz
updated to version 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a382e6c65ee..ece129312167 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mintstick
pkgdesc = A GUI to write .img or .iso files to a USB Key. It can also format them
- pkgver = 1.4.9
+ pkgver = 1.5.0
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mintstick
arch = any
@@ -26,7 +26,7 @@ pkgbase = mintstick
depends = util-linux
depends = xapp
conflicts = mintstick-git
- source = mintstick-1.4.9.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.9.tar.xz
- sha256sums = 7f331019b84391907e16ac2bb3e93e410b76d5dcc170d411e178cea6d7280a8b
+ source = mintstick-1.5.0.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.5.0.tar.xz
+ sha256sums = 88339564477ad919587b14ef7d7084bfecef8dac088903400d5363c47546b959
pkgname = mintstick
diff --git a/PKGBUILD b/PKGBUILD
index adc9ed0a938c..13f5878f2d4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=mintstick
-pkgver=1.4.9
+pkgver=1.5.0
pkgrel=1
pkgdesc='A GUI to write .img or .iso files to a USB Key. It can also format them'
arch=('any')
@@ -35,7 +35,7 @@ conflicts=(
mintstick-git
)
source=("${pkgname}-${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('7f331019b84391907e16ac2bb3e93e410b76d5dcc170d411e178cea6d7280a8b')
+sha256sums=('88339564477ad919587b14ef7d7084bfecef8dac088903400d5363c47546b959')
prepare() {
cd ${pkgname}