-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devel/ruby-native-package-installer: update to 1.1.5
1.1.5 - 2022-07-24 Improvements * Added support for Red Hat Enterprise Linux 9. * Added support for Gentoo Linux. 1.1.4 (2022-03-17) Improvements * Added support for Amazon Linux. [GitHub#14][Reported by docusend1] * Renamed the key for Red Hat Enterprise Linux based system such as AlmaLinux and CentOS to :rhel from :redhat. :redhat still can be used to keep backward compatibility. Thanks * docusend1
- Loading branch information
taca
committed
Sep 3, 2022
1 parent
e96747b
commit e1e214d
Showing
3 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.7 2022/02/12 12:35:37 taca Exp $ | ||
# $NetBSD: Makefile,v 1.8 2022/09/03 14:35:29 taca Exp $ | ||
|
||
DISTNAME= native-package-installer-1.1.3 | ||
DISTNAME= native-package-installer-1.1.5 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.8 2022/02/12 12:35:37 taca Exp $ | ||
$NetBSD: distinfo,v 1.9 2022/09/03 14:35:29 taca Exp $ | ||
|
||
BLAKE2s (native-package-installer-1.1.3.gem) = fd86a380d467e2eb16c24a38d7fecf0e8562bd279b6ac1b83b9a455ae736ea5d | ||
SHA512 (native-package-installer-1.1.3.gem) = c0c6eac28814def0b3e115b3bea2e840729d8fe8d2a8602b13df98ba3d73f39b2c754dbeb1405139432f712fc57166d26d211712255bb4d97af393ae47bc730d | ||
Size (native-package-installer-1.1.3.gem) = 23552 bytes | ||
BLAKE2s (native-package-installer-1.1.5.gem) = 1ba0321709dd83a194d1a9ec386e129611632348f622824ab56a39cf75d24dba | ||
SHA512 (native-package-installer-1.1.5.gem) = 7dc82efd1779126c4abfcbc13250be8dd4d5166f52168e45f747f6919baba6d0b1094f199228caa7a9cfbc74abfd98976b3328e58deeeae85534b5e1fb9668d8 | ||
Size (native-package-installer-1.1.5.gem) = 24064 bytes |