mirror of
https://abf.rosa.ru/djam/libxcrypt.git
synced 2025-02-23 15:52:54 +00:00
4.4.38
This commit is contained in:
parent
1e8f336dc2
commit
416561f0dc
4 changed files with 22 additions and 1 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,3 +1,4 @@
|
|||
sources:
|
||||
libxcrypt-3.0.2.tar.bz2: 0e0f22932a644e6f1fa1df2ebdd291fdac9c4f7c
|
||||
v4.1.2.tar.gz: eccbeee9da6f2fc771bc498f51c0ec75a2a8bb04
|
||||
v4.4.38.tar.gz: b25a1f5149e25ddd9ccb2ebbacae58239c376b7c
|
||||
|
|
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '1'
|
||||
|
||||
name: Run CI/CD...
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: r11_builder
|
||||
steps:
|
||||
- name: Jobs
|
||||
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.*~
|
||||
*~
|
||||
.env
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
|
||||
Name: libxcrypt
|
||||
Version: 4.1.2
|
||||
Version: 4.4.38
|
||||
Release: 1
|
||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain
|
||||
|
|
Loading…
Add table
Reference in a new issue