summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2022-06-28 13:59:25 -0600
committerSam Burgos2022-06-28 13:59:25 -0600
commit6d12d90dd9bdb66321c8566db2d9e5cbc566cae7 (patch)
tree8e06ff8899b4fbc5a3a2315d014d6c5285a8f629
parent71080af80d3a9fecf247496f47a6fa9e393ac421 (diff)
downloadaur-6d12d90dd9bdb66321c8566db2d9e5cbc566cae7.tar.gz
updated to version 1.4.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 046042ab4367..88d13f72bde0 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.7
+ pkgver = 1.4.9
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mintstick
arch = any
@@ -26,7 +26,7 @@ pkgbase = mintstick
depends = util-linux
depends = xapps
conflicts = mintstick-git
- source = mintstick-1.4.7.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.7.tar.xz
- sha256sums = 300bffc733f52227148ca7412357a2f85076fff88b74333fe218f6305fd601e1
+ source = mintstick-1.4.9.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.9.tar.xz
+ sha256sums = 7f331019b84391907e16ac2bb3e93e410b76d5dcc170d411e178cea6d7280a8b
pkgname = mintstick
diff --git a/PKGBUILD b/PKGBUILD
index 77f8f7668c80..6a5cf728f10f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=mintstick
-pkgver=1.4.7
+pkgver=1.4.9
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=('300bffc733f52227148ca7412357a2f85076fff88b74333fe218f6305fd601e1')
+sha256sums=('7f331019b84391907e16ac2bb3e93e410b76d5dcc170d411e178cea6d7280a8b')
prepare() {
cd ${pkgname}