summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eab6c35f51e5..37e45b654078 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.2
+ pkgver = 1.4.4
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mintstick
arch = any
@@ -26,8 +26,8 @@ pkgbase = mintstick
depends = util-linux
depends = xapps
conflicts = mintstick-git
- source = mintstick-1.4.2.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.2.tar.xz
- sha256sums = 09ba915a175a4a58164926ed63b920f5b02d2a4aca56250a102f58daef62ccee
+ source = mintstick-1.4.4.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.4.tar.xz
+ sha256sums = 56e46f99d48ae6a3bc44e863c236d66575235b67a729d8d93e7e393532bcceb4
pkgname = mintstick
diff --git a/PKGBUILD b/PKGBUILD
index 8aa6d0ea7a18..3b7810dbfb0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=mintstick
-pkgver=1.4.2
+pkgver=1.4.4
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=('09ba915a175a4a58164926ed63b920f5b02d2a4aca56250a102f58daef62ccee')
+sha256sums=('56e46f99d48ae6a3bc44e863c236d66575235b67a729d8d93e7e393532bcceb4')
prepare() {
cd ${pkgname}