Skip to content

Commit

Permalink
net/piratebay: update to 0.1.6
Browse files Browse the repository at this point in the history
What's Changed
 - fix: update piratebay API URL by @tsirysndr in #4
 - chore: setup nix flake and devcontainer by @tsirysndr in #5
  • Loading branch information
0323pin committed Aug 3, 2023
1 parent 3275162 commit 6f9958d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions net/piratebay/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2022/08/31 20:26:47 pin Exp $
# $NetBSD: Makefile,v 1.3 2023/08/03 18:22:55 pin Exp $

DISTNAME= piratebay-0.1.5
DISTNAME= piratebay-0.1.6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=tsirysndr/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -14,15 +14,9 @@ LICENSE= mit

USE_TOOLS+= pkg-config

INSTALLATION_DIRS= bin

MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/piratebay \
${DESTDIR}${PREFIX}/bin

.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions net/piratebay/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.2 2022/08/31 20:26:47 pin Exp $
$NetBSD: distinfo,v 1.3 2023/08/03 18:22:55 pin Exp $

BLAKE2s (aead-0.3.2.crate) = e437cb0054ecdc1f25392ed5d9a89205905ab3954b3ea408ae8d4c0289d39961
SHA512 (aead-0.3.2.crate) = 803829ea12f3fe11c1e1f4d33610c361a11b33811ab28185ad4b54d9026384b8778c3e57cdc6feff8ffc56792b482fc64a8cb7daa14805edbbcd988c2d3256ea
Expand Down Expand Up @@ -435,9 +435,9 @@ Size (pin-project-lite-0.2.9.crate) = 27713 bytes
BLAKE2s (pin-utils-0.1.0.crate) = 5a1cf546c08cd8ad36d3736e337a9865b694de6a636733d252a878aee8b1c204
SHA512 (pin-utils-0.1.0.crate) = 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70
Size (pin-utils-0.1.0.crate) = 7580 bytes
BLAKE2s (piratebay-0.1.5.tar.gz) = afec8e80bc989f564590b3762aeaf052d7a37a16ae4a8cb207c34677662d67a6
SHA512 (piratebay-0.1.5.tar.gz) = 83acabcb45aec2d1e3b19b0769587227c10f7e69492b0108448eb8b7d6a3efa96680479a8737e7be04e6d88f47a7fdacf13535f033c769747930d8b84ebcdcc1
Size (piratebay-0.1.5.tar.gz) = 57296 bytes
BLAKE2s (piratebay-0.1.6.tar.gz) = 08d949cfcff68cbff388de469d68e7287648d234e5cff0d473083f75dc6bf6ab
SHA512 (piratebay-0.1.6.tar.gz) = 24b36f698d7bf851f13c5bd83dc0f74d72151b9c09bff9d3f7c4785020a4bda7d07f21abbf678f4ece66d73f157fefbe023206591a2b00e0cb70315a0d76ee3e
Size (piratebay-0.1.6.tar.gz) = 59262 bytes
BLAKE2s (pkg-config-0.3.25.crate) = 858f6fa4e3e07f6482e3e975d78403b574c0606ec93f8ab5a86156604e13c294
SHA512 (pkg-config-0.3.25.crate) = 46658794f0a7446354041c1cc08cf637970f7651c0c506e2b90c9d4e284347cb82f05ce282cc55c8087bed58a5b961424a56574f4500de9f3ba9cb9e71667aa8
Size (pkg-config-0.3.25.crate) = 16838 bytes
Expand Down

0 comments on commit 6f9958d

Please sign in to comment.