summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2021-12-01 13:20:22 -0600
committerSam Burgos2021-12-01 13:20:22 -0600
commit71080af80d3a9fecf247496f47a6fa9e393ac421 (patch)
tree74688cd3c5ceacfc1c375586d453b962921969de
parent5987e0b87ec6c41a7b248d435c87d043c5b324bb (diff)
downloadaur-71080af80d3a9fecf247496f47a6fa9e393ac421.tar.gz
updated to version 1.4.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 685c1ff65700..046042ab4367 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.6
+ pkgver = 1.4.7
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mintstick
arch = any
@@ -26,8 +26,7 @@ pkgbase = mintstick
depends = util-linux
depends = xapps
conflicts = mintstick-git
- source = mintstick-1.4.6.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.6.tar.xz
- sha256sums = 586e38dfb2c607c610043c0d66a9bdf3c559736a351a7d8dff64caf6359d1c92
+ source = mintstick-1.4.7.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.7.tar.xz
+ sha256sums = 300bffc733f52227148ca7412357a2f85076fff88b74333fe218f6305fd601e1
pkgname = mintstick
-
diff --git a/PKGBUILD b/PKGBUILD
index fadb4b90d0ed..77f8f7668c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=mintstick
-pkgver=1.4.6
+pkgver=1.4.7
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=('586e38dfb2c607c610043c0d66a9bdf3c559736a351a7d8dff64caf6359d1c92')
+sha256sums=('300bffc733f52227148ca7412357a2f85076fff88b74333fe218f6305fd601e1')
prepare() {
cd ${pkgname}