summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-06-04 00:15:39 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2024-06-04 00:15:39 +0200
commitaea762d9d73ebe4ed45cda3f5777666af34eda82 (patch)
tree78c2300ddcbdb7f6fd2fc6175072640104a11f2b
parentpamldapd go-module (diff)
downloadg-aea762d9d73ebe4ed45cda3f5777666af34eda82.tar
g-aea762d9d73ebe4ed45cda3f5777666af34eda82.tar.gz
g-aea762d9d73ebe4ed45cda3f5777666af34eda82.tar.bz2
g-aea762d9d73ebe4ed45cda3f5777666af34eda82.tar.lz
g-aea762d9d73ebe4ed45cda3f5777666af34eda82.tar.xz
g-aea762d9d73ebe4ed45cda3f5777666af34eda82.tar.zst
g-aea762d9d73ebe4ed45cda3f5777666af34eda82.zip
-rw-r--r--net-nds/pamldapd/Manifest4
-rw-r--r--net-nds/pamldapd/pamldapd-0.3.ebuild (renamed from net-nds/pamldapd/pamldapd-0.2.ebuild)3
2 files changed, 4 insertions, 3 deletions
diff --git a/net-nds/pamldapd/Manifest b/net-nds/pamldapd/Manifest
index 51617f2..fd95626 100644
--- a/net-nds/pamldapd/Manifest
+++ b/net-nds/pamldapd/Manifest
@@ -1,2 +1,2 @@
-DIST pamldapd-0.2-vendor.tar.xz 25692 BLAKE2B c3dda01494aed9d0f534636978cc208a5deabed27cfe606916b07186cafac32366c6df4cf0c4432fdec7843a61830cae81a9e87d1c0d32098d79edf61509542a SHA512 cca08d57a2305ffa754cd8fad2c2e0eb6b32768c4ae51d62aa111dca3627d5b0f123b87af19ec5105b6f11cefb9b033fc2eefa97bfc03c3332b35ac7fd8297ac
-DIST pamldapd-0.2.tar.gz 8685 BLAKE2B 663f24283a54dc6c37bfeea492d2445c4942668fce8daf640df59d44b5527cdfb4b2d4b9e682ae0e0a7f577e838b5e09cade06e2f260fbd6f43ad7552fad46e3 SHA512 b77fd033c800b568af26fd6faf2f69782293684f3456b61ca45b457142486b7cadb964bf1eddb29e6aa5160e3d6baef18bbf4cdc9f091a342440478349827428
+DIST pamldapd-0.3-vendor.tar.xz 25696 BLAKE2B 1f7bc9f0b9e14d4fa5177d762f40b299a1315ac77b97a56b9d5f99256b9c77e7d0bc072e4afe2eb182eff35b57fe78a389d05559a0af940e52478c08bd304e83 SHA512 5eec10965a564139224016bea8db4b2fdf30a096b5bc49c95b5d7d7638910fe79a20fbcef07166f025dbf73df1224860f4b86023e788dd141b39fbae7bd61771
+DIST pamldapd-0.3.tar.gz 8610 BLAKE2B e4ee67bc520f73a97d83230e22fd8364d06b268457ab1410b18bd203c0b9014ea3f26cfefdcaff031c4d21afe85383082e73afc27665a3d3dec710b924e673b8 SHA512 8bbe3e421c938264521f578ea905c101f804bf6aa62a79848fbb15bd5dc0408832b9a63873b6f8f652176b3b6f6c227394bd31281658ff43d3312fb17687d25b
diff --git a/net-nds/pamldapd/pamldapd-0.2.ebuild b/net-nds/pamldapd/pamldapd-0.3.ebuild
index 6cf0400..11365aa 100644
--- a/net-nds/pamldapd/pamldapd-0.2.ebuild
+++ b/net-nds/pamldapd/pamldapd-0.3.ebuild
@@ -3,7 +3,8 @@ inherit go-module
# max 80 chars
DESCRIPTION="Simple LDAP server, uses PAM as backend"
HOMEPAGE="https://github.com/eisin/pamldapd"
-SRC_URI="https://github.com/eisin/pamldapd/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz http://splet.sijanec.eu./dir/pamldapd-0.2-vendor.tar.xz"
+SRC_URI="http://ni.4a.si./sijanec/pamldapd/snapshot/pamldapd-${PV}.tar.gz http://splet.4a.si./dir/pamldapd-${PV}-vendor.tar.xz"
+# https://wiki.gentoo.org/wiki/Writing_go_Ebuilds
LICENSE="Apache-2.0"
SLOT="0"