makedeb
A fast high compression read-only file system (pre-compiled binaries)
Click here to go back to the commit logs for dwarfs-bin.
Hash: 613f0c64e0e72784c49cdb799ae3ab2e31b7b77b
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index c4f5278..248ae64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = dwarfs-bin
pkgbase = dwarfs-bin
pkgdesc = A fast high compression read-only file system (pre-compiled binaries)
pkgrel = 1
-pkgver = 0.6.2
+pkgver = 0.7.0
url = https://github.com/mhx/dwarfs
arch = amd64
arch = aarch64
@@ -26,5 +26,5 @@ depends = libgflags2.2
depends = libdouble-conversion3
license = GPL3
provides = dwarfs
-source = https://github.com/mhx/dwarfs/releases/download/v0.6.2/dwarfs-0.6.2-Linux.tar.xz
-sha256sums = dd87e34b13b61b780bf6ab09da3ade573bcdaf61239ded5ecf9dc33d344182cf
+source = https://github.com/mhx/dwarfs/releases/download/v0.7.0/dwarfs-0.7.0-Linux.tar.xz
+sha256sums = de171ffa890802f66ee3a49a5f3ce838d91c59bbe8d141b213be5e8ac21dbf9a
diff --git a/PKGBUILD b/PKGBUILD
index 881f6f3..09adf5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: daci <dac1@fedora.email>
pkgname=dwarfs-bin
-pkgver=0.6.2
+pkgver=0.7.0
pkgrel=1
pkgdesc='A fast high compression read-only file system (pre-compiled binaries)'
url='https://github.com/mhx/dwarfs'
@@ -14,7 +14,7 @@ depends=(
)
conflicts=('dwarfs' 'dwarfs-git')
provides=('dwarfs')
-sha256sums=('dd87e34b13b61b780bf6ab09da3ade573bcdaf61239ded5ecf9dc33d344182cf')
+sha256sums=('de171ffa890802f66ee3a49a5f3ce838d91c59bbe8d141b213be5e8ac21dbf9a')
package() {
cd "${srcdir}/dwarfs-${pkgver}-Linux"