Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fc2138f9c | ||
|
|
63515fc309 | ||
|
|
6f044efcb4 | ||
|
|
c6a66cf414 | ||
|
|
c103191891 | ||
|
|
51c0aa2d2a |
4 changed files with 9 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/recipe-scrapers-15.2.1-clean.tar.gz
|
||||
/recipe-scrapers-15.7.1-clean.tar.gz
|
||||
|
|
|
|||
12
prepare.sh
12
prepare.sh
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
wget https://github.com/hhursev/recipe-scrapers/archive/15.2.1/recipe-scrapers-15.2.1.tar.gz
|
||||
tar -xf recipe-scrapers-15.2.1.tar.gz
|
||||
cd recipe-scrapers-15.2.1/
|
||||
VERSION=$1
|
||||
wget https://github.com/hhursev/recipe-scrapers/archive/${VERSION}/recipe-scrapers-${VERSION}.tar.gz
|
||||
tar -xf recipe-scrapers-${VERSION}.tar.gz
|
||||
cd recipe-scrapers-${VERSION}/
|
||||
rm -r tests/test_data/
|
||||
cd ..
|
||||
tar -cvf recipe-scrapers-15.2.1-clean.tar recipe-scrapers-15.2.1
|
||||
gzip recipe-scrapers-15.2.1-clean.tar
|
||||
tar -cvf recipe-scrapers-${VERSION}-clean.tar recipe-scrapers-${VERSION}
|
||||
gzip recipe-scrapers-${VERSION}-clean.tar
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
%global srcname recipe-scrapers
|
||||
%global forgeurl https://github.com/hhursev/%{srcname}
|
||||
Version: 15.2.1
|
||||
Version: 15.7.1
|
||||
%global tag v%{version}
|
||||
%forgemeta
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (recipe-scrapers-15.2.1-clean.tar.gz) = e95f7c43e31156c9bcdc47026fec09a2eaec0d527a3cd1a77abb9e3ea3a5f3179378c88e0851968dc8cfdb4f14716a79fbd59fac90f1f28466199d32a130621d
|
||||
SHA512 (recipe-scrapers-15.7.1-clean.tar.gz) = e1a44caf3b1c1fa38907752b4733e06662929f0e4ec09f73f70a2ca062d2ddf1e7bcf392fbbb8a439c8c90565b789d94fcd1ff0f44c9f9f19876ba2e6ee9f469
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue