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 3a8ee4cdc71c..eab6c35f51e5 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.1
+ pkgver = 1.4.2
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.1.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.1.tar.xz
- sha256sums = 7720a79e1bf0bb8ba09270bdb6441b5ed2d87dadc9355f74d59792dd6777eb17
+ source = mintstick-1.4.2.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.2.tar.xz
+ sha256sums = 09ba915a175a4a58164926ed63b920f5b02d2a4aca56250a102f58daef62ccee
pkgname = mintstick
diff --git a/PKGBUILD b/PKGBUILD
index 7f05d369d2a6..8aa6d0ea7a18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=mintstick
-pkgver=1.4.1
+pkgver=1.4.2
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=('7720a79e1bf0bb8ba09270bdb6441b5ed2d87dadc9355f74d59792dd6777eb17')
+sha256sums=('09ba915a175a4a58164926ed63b920f5b02d2a4aca56250a102f58daef62ccee')
prepare() {
cd ${pkgname}