Skip to content

Commit

Permalink
VERSION 20210523
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed May 23, 2021
1 parent 1791ab3 commit cbda558
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else()
cmake_minimum_required(VERSION 3.14.3)
endif()

project(ntfs2btrfs VERSION 20210402)
project(ntfs2btrfs VERSION 20210523)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,17 @@ download the latest Zip file.
For Linux:
* [Arch](https://aur.archlinux.org/packages/ntfs2btrfs-git) (thanks to [nicman23](https://github.com/nicman23))
* [Fedora](https://src.fedoraproject.org/rpms/ntfs2btrfs) (thanks to [Conan-Kudo](https://github.com/Conan-Kudo))
* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20210402.ebuild)
* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20210523.ebuild)

For other distributions or operating systems, you will need to compile it yourself - see
below.

Changelog
---------

* 20210523
* Improved handling of large compressed files

* 20210402 (source code only release)
* Fixes for compilation on non-amd64 architectures

Expand Down
4 changes: 2 additions & 2 deletions ntfs2btrfs-20210402.ebuild → ntfs2btrfs-20210523.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 Gentoo Authors
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -13,7 +13,7 @@ SRC_URI="https://github.com/maharmstone/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE=""

DEPEND="dev-libs/libfmt"
Expand Down

0 comments on commit cbda558

Please sign in to comment.